| Index: content/renderer/device_sensors/device_sensor_event_pump.h
|
| diff --git a/content/renderer/device_sensors/device_sensor_event_pump.h b/content/renderer/device_sensors/device_sensor_event_pump.h
|
| index 45e028d8679223b34ecde43ff1317bf7a7180592..700f28e719dd3933c94e91c2ae5a0e05f89a57c9 100644
|
| --- a/content/renderer/device_sensors/device_sensor_event_pump.h
|
| +++ b/content/renderer/device_sensors/device_sensor_event_pump.h
|
| @@ -92,7 +92,7 @@ class CONTENT_EXPORT DeviceSensorEventPump
|
|
|
| int pump_delay_microseconds_;
|
| PumpState state_;
|
| - base::RepeatingTimer<DeviceSensorEventPump> timer_;
|
| + base::RepeatingTimer timer_;
|
|
|
| DISALLOW_COPY_AND_ASSIGN(DeviceSensorEventPump);
|
| };
|
|
|