blob: 8b19e3a09e382d3b6830a96681500a473b6476d0 [file] [log] [blame]
Paul Stewart8c116a92012-05-02 18:30:03 -07001// Copyright (c) 2012 The Chromium OS Authors. All rights reserved.
2// Use of this source code is governed by a BSD-style license that can be
3// found in the LICENSE file.
4
5#include "shill/mock_vpn_provider.h"
6
7namespace shill {
8
9MockVPNProvider::MockVPNProvider() : VPNProvider(NULL, NULL, NULL, NULL) {}
10
11MockVPNProvider::~MockVPNProvider() {}
12
13} // namespace shill