blob: dc806d881a99d7dd49b2a7e85cd6eaaa56e86201 [file] [log] [blame]
Darin Petkov394b7d42011-11-03 15:48:02 +01001// Copyright (c) 2011 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_proxy.h"
6
Prathmesh Prabhu125aea82014-09-17 16:11:32 -07007#include "shill/testing.h"
8
9using testing::_;
10
Darin Petkov394b7d42011-11-03 15:48:02 +010011namespace shill {
12
13MockPowerManagerProxy::MockPowerManagerProxy() {}
14
15MockPowerManagerProxy::~MockPowerManagerProxy() {}
16
17} // namespace shill