blob: 6c7112ad57bf9748dccaab56f63e0e9f6e78c298 [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
Alex Vakulenko8a532292014-06-16 17:18:44 -07005#include "shill/mock_proxy_factory.h"
Thieu Lefb46caf2012-03-08 11:57:15 -08006
7namespace shill {
8
9MockProxyFactory::MockProxyFactory() {}
10
11MockProxyFactory::~MockProxyFactory() {}
12
13} // namespace shill