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

Unified Diff: content/browser/gamepad/gamepad_test_helpers.h

Issue 10959020: SystemMonitor refactoring: move power state monitor into a separate class called PowerMonitor (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Revert using Singleton pattern for PowerMonitor Created 8 years, 2 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
Index: content/browser/gamepad/gamepad_test_helpers.h
diff --git a/content/browser/gamepad/gamepad_test_helpers.h b/content/browser/gamepad/gamepad_test_helpers.h
index a31b147e59b319adcca07d2f030597ba0901545c..468cba5c179804d14fd4e6b2779cda0d1c559363 100644
--- a/content/browser/gamepad/gamepad_test_helpers.h
+++ b/content/browser/gamepad/gamepad_test_helpers.h
@@ -12,10 +12,6 @@
#include "content/browser/gamepad/gamepad_data_fetcher.h"
#include "third_party/WebKit/Source/WebKit/chromium/public/platform/WebGamepads.h"
-namespace base {
-class SystemMonitor;
-}
-
namespace content {
class GamepadService;
@@ -60,8 +56,6 @@ class GamepadTestHelper {
// This must be constructed before the system monitor.
MessageLoop message_loop_;
- scoped_ptr<base::SystemMonitor> system_monitor_;
vandebo (ex-Chrome) 2012/10/29 18:04:38 I think this is still needed because gampadProvide
Hongbo Min 2012/10/30 14:33:47 I grep the code and didn't find the related code,
-
DISALLOW_COPY_AND_ASSIGN(GamepadTestHelper);
};

Powered by Google App Engine
This is Rietveld 408576698