Index: content/renderer/device_sensors/device_motion_event_pump_unittest.cc |
diff --git a/content/renderer/device_sensors/device_motion_event_pump_unittest.cc b/content/renderer/device_sensors/device_motion_event_pump_unittest.cc |
index bb227477a73015d73b07f1a580350d40c08b8b45..13b204f5947592819c2722ac0f3c3a7c24c3ce2d 100644 |
--- a/content/renderer/device_sensors/device_motion_event_pump_unittest.cc |
+++ b/content/renderer/device_sensors/device_motion_event_pump_unittest.cc |
@@ -70,7 +70,7 @@ class DeviceMotionEventPumpTest : public testing::Test { |
} |
protected: |
- virtual void SetUp() override { |
+ void SetUp() override { |
const DeviceMotionHardwareBuffer* null_buffer = NULL; |
listener_.reset(new MockDeviceMotionListener); |
motion_pump_.reset(new DeviceMotionEventPumpForTesting); |