blob: 12d20b71d5dfbfbddc7160e55f7cea09c909cef8 [file] [log] [blame]
Thieu Lefb46caf2012-03-08 11:57:15 -08001// 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 "mock_proxy_factory.h"
6
7namespace shill {
8
9MockProxyFactory::MockProxyFactory() {}
10
11MockProxyFactory::~MockProxyFactory() {}
12
13} // namespace shill