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..e4db14ce0807b3341ba253cdbee4faf864f40e09 100644 |
--- a/content/browser/gamepad/gamepad_test_helpers.cc |
+++ b/content/browser/gamepad/gamepad_test_helpers.cc |
@@ -4,7 +4,6 @@ |
#include "content/browser/gamepad/gamepad_test_helpers.h" |
-#include "base/system_monitor/system_monitor.h" |
#include "content/browser/gamepad/gamepad_service.h" |
namespace content { |
@@ -37,10 +36,6 @@ void MockGamepadDataFetcher::SetTestData(const WebKit::WebGamepads& new_data) { |
} |
GamepadTestHelper::GamepadTestHelper() { |
-#if defined(OS_MACOSX) |
- base::SystemMonitor::AllocateSystemIOPorts(); |
-#endif |
- system_monitor_.reset(new base::SystemMonitor); |
} |
GamepadTestHelper::~GamepadTestHelper() { |