Index: content/browser/gamepad/gamepad_test_helpers.cc |
diff --git a/content/browser/gamepad/gamepad_test_helpers.cc b/content/browser/gamepad/gamepad_test_helpers.cc |
index abf4187a46f602435880285c0a1287955d7b3779..1938483b3ce411d020ca5c2d7c59b5f8c0f5db05 100644 |
--- a/content/browser/gamepad/gamepad_test_helpers.cc |
+++ b/content/browser/gamepad/gamepad_test_helpers.cc |
@@ -4,7 +4,7 @@ |
#include "content/browser/gamepad/gamepad_test_helpers.h" |
-#include "base/system_monitor/system_monitor.h" |
+#include "base/power_monitor/power_monitor.h" |
#include "content/browser/gamepad/gamepad_service.h" |
namespace content { |
@@ -38,9 +38,8 @@ void MockGamepadDataFetcher::SetTestData(const WebKit::WebGamepads& new_data) { |
GamepadTestHelper::GamepadTestHelper() { |
#if defined(OS_MACOSX) |
- base::SystemMonitor::AllocateSystemIOPorts(); |
+ base::PowerMonitor::AllocateSystemIOPorts(); |
vandebo (ex-Chrome)
2012/10/29 18:04:38
This probably isn't needed.
Hongbo Min
2012/10/30 14:33:47
Remove it now.
|
#endif |
- system_monitor_.reset(new base::SystemMonitor); |
} |
GamepadTestHelper::~GamepadTestHelper() { |