| 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_;
|
| -
|
| DISALLOW_COPY_AND_ASSIGN(GamepadTestHelper);
|
| };
|
|
|
|
|