blob: a9c99d8dc117bff63a348c1969066175f786afab [file] [log] [blame]
Darin Petkov33af05c2012-02-28 10:10:30 +01001// 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_driver.h"
6
7namespace shill {
8
9MockVPNDriver::MockVPNDriver() {}
10
11MockVPNDriver::~MockVPNDriver() {}
12
13} // namespace shill