Index: content/browser/device_sensors/sensor_manager_chromeos.cc |
diff --git a/content/browser/device_sensors/sensor_manager_chromeos.cc b/content/browser/device_sensors/sensor_manager_chromeos.cc |
index 3544749d6e498f7ea837aacaaccaaa81b41a20b0..55019ea4aa4027e9b203e0904cb43998b9e26f43 100644 |
--- a/content/browser/device_sensors/sensor_manager_chromeos.cc |
+++ b/content/browser/device_sensors/sensor_manager_chromeos.cc |
@@ -35,7 +35,7 @@ void SensorManagerChromeOS::StartFetchingDeviceMotionData( |
// The interval between updates is the longer of the rate set on the buffer, |
// and the rate at which AccelerometerReader polls the sensor. |
motion_buffer_->data.interval = |
- std::max(kInertialSensorIntervalMicroseconds / 1000, |
+ std::max(kDeviceSensorIntervalMicroseconds / 1000, |
chromeos::AccelerometerReader::kDelayBetweenReadsMs); |
motion_buffer_->seqlock.WriteEnd(); |