| Index: content/renderer/device_sensors/device_orientation_event_pump_unittest.cc
|
| diff --git a/content/renderer/device_sensors/device_orientation_event_pump_unittest.cc b/content/renderer/device_sensors/device_orientation_event_pump_unittest.cc
|
| index f21071bccd4c0caaf7b2c0d82661c41919c1c659..35792f9b10d89493216021c35ff795e397a8c84c 100644
|
| --- a/content/renderer/device_sensors/device_orientation_event_pump_unittest.cc
|
| +++ b/content/renderer/device_sensors/device_orientation_event_pump_unittest.cc
|
| @@ -73,7 +73,7 @@ class DeviceOrientationEventPumpTest : public testing::Test {
|
| }
|
|
|
| protected:
|
| - virtual void SetUp() override {
|
| + void SetUp() override {
|
| const DeviceOrientationHardwareBuffer* null_buffer = NULL;
|
| listener_.reset(new MockDeviceOrientationListener);
|
| orientation_pump_.reset(new DeviceOrientationEventPumpForTesting);
|
|
|