| Index: third_party/sudden_motion_sensor/sudden_motion_sensor_mac.cc
|
| diff --git a/third_party/sudden_motion_sensor/sudden_motion_sensor_mac.cc b/third_party/sudden_motion_sensor/sudden_motion_sensor_mac.cc
|
| index 4835ca7d72c87e6a74abff63e37a32037ca93c5f..d8054430618239abfb53875262d54f7c19e9aeaa 100644
|
| --- a/third_party/sudden_motion_sensor/sudden_motion_sensor_mac.cc
|
| +++ b/third_party/sudden_motion_sensor/sudden_motion_sensor_mac.cc
|
| @@ -310,7 +310,7 @@ bool SuddenMotionSensor::Init() {
|
| const SensorDescriptor* sensor_candidate = NULL;
|
|
|
| // Look for the current model in the supported sensor list.
|
| - base::mac::ScopedCFTypeRef<CFDataRef> board_id_data;
|
| + base::ScopedCFTypeRef<CFDataRef> board_id_data;
|
| const int kNumSensors = arraysize(kSupportedSensors);
|
|
|
| for (int i = 0; i < kNumSensors; ++i) {
|
|
|