Thieu Le | fb46caf | 2012-03-08 11:57:15 -0800 | [diff] [blame] | 1 | // 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 | |||||
7 | namespace shill { | ||||
8 | |||||
9 | MockProxyFactory::MockProxyFactory() {} | ||||
10 | |||||
11 | MockProxyFactory::~MockProxyFactory() {} | ||||
12 | |||||
13 | } // namespace shill |