Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(840)

Unified Diff: mock_monitor_reconfigure.h

Issue 6854002: Merge monitor_reconfigure into powerd. (Closed) Base URL: ssh://gitrw.chromium.org:9222/power_manager.git@master
Patch Set: . Created 9 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « drm-tool.cc ('k') | monitor_reconfigure.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mock_monitor_reconfigure.h
diff --git a/mock_monitor_reconfigure.h b/mock_monitor_reconfigure.h
new file mode 100644
index 0000000000000000000000000000000000000000..61bbf392236f2b4f00bde427a461911a016c9b0f
--- /dev/null
+++ b/mock_monitor_reconfigure.h
@@ -0,0 +1,20 @@
+// Copyright (c) 2011 The Chromium OS Authors. All rights reserved.
+// Use of this source code is governed by a BSD-style license that can be
+// found in the LICENSE file.
+
+#ifndef POWER_MANAGER_MOCK_MONITOR_RECONFIGURE_H_
+#define POWER_MANAGER_MOCK_MONITOR_RECONFIGURE_H_
+
+#include <gmock/gmock.h>
+
+#include "power_manager/monitor_reconfigure.h"
+
+namespace power_manager {
+
+class MockMonitorReconfigure : public MonitorReconfigure{
+ public:
+};
+
+} // namespace power_manager
+
+#endif // POWER_MANAGER_MOCK_MONITOR_RECONFIGURE_H_
« no previous file with comments | « drm-tool.cc ('k') | monitor_reconfigure.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698