Gary Morain | ac1bdb4 | 2012-02-16 17:42:29 -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 "shill/mock_power_manager.h" |
| 6 | |
| 7 | namespace shill { |
| 8 | |
Darin Petkov | 3ec5534 | 2012-09-28 14:04:44 +0200 | [diff] [blame] | 9 | MockPowerManager::MockPowerManager(EventDispatcher *dispatcher, |
| 10 | ProxyFactory *proxy_factory) |
| 11 | : PowerManager(dispatcher, proxy_factory) {} |
Gary Morain | ac1bdb4 | 2012-02-16 17:42:29 -0800 | [diff] [blame] | 12 | |
| 13 | MockPowerManager::~MockPowerManager() {} |
| 14 | |
| 15 | } // namespace shill |