blob: 9836374e21dc8b1c5279dbe57dc1e725e8ed730e [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
7namespace shill {
8
9MockPowerManagerProxy::MockPowerManagerProxy() {}
10
11MockPowerManagerProxy::~MockPowerManagerProxy() {}
12
13} // namespace shill