Index: content/browser/device_sensors/device_sensors_consts.h |
diff --git a/content/browser/device_sensors/device_sensors_consts.h b/content/browser/device_sensors/device_sensors_consts.h |
index 2ef774e1e87f0194e1631503b6e2f874877277d6..ae2b5bd885382da300ba8d1b8f4d03e63510f80d 100644 |
--- a/content/browser/device_sensors/device_sensors_consts.h |
+++ b/content/browser/device_sensors/device_sensors_consts.h |
@@ -24,9 +24,9 @@ enum ConsumerType { |
// Note that when changing this value it is desirable to have an adequate |
// matching value |DeviceSensorEventPump::kDefaultPumpFrequencyHz| in |
// content/renderer/device_orientation/device_sensor_event_pump.cc. |
-const int kInertialSensorSamplingRateHz = 60; |
-const int kInertialSensorIntervalMicroseconds = |
- base::Time::kMicrosecondsPerSecond / kInertialSensorSamplingRateHz; |
+const int kDeviceSensorSamplingRateHz = 60; |
+const int kDeviceSensorIntervalMicroseconds = |
+ base::Time::kMicrosecondsPerSecond / kDeviceSensorSamplingRateHz; |
// Corresponding |kDefaultLightPumpFrequencyHz| is in |
// content/renderer/device_sensors/device_light_event_pump.cc. |