Index: device/bluetooth/bluetooth_low_energy_win_fake.cc |
diff --git a/device/bluetooth/bluetooth_low_energy_win_fake.cc b/device/bluetooth/bluetooth_low_energy_win_fake.cc |
index c7ccd33fc92233d9eaf0b9a87b6a6b14e9281efc..dc53c686833d6ae7fea51c63a3a8c8c87dfc3257 100644 |
--- a/device/bluetooth/bluetooth_low_energy_win_fake.cc |
+++ b/device/bluetooth/bluetooth_low_energy_win_fake.cc |
@@ -473,7 +473,7 @@ void BluetoothLowEnergyWrapperFake:: |
if (target_characteristic == nullptr) |
target_characteristic = remembered_characteristic_; |
CHECK(target_characteristic); |
- for (const auto& observer : target_characteristic->observers) { |
+ for (auto* observer : target_characteristic->observers) { |
GattCharacteristicObserverTable::const_iterator it = |
gatt_characteristic_observers_.find(observer); |
// Check if |observer| has been unregistered by UnregisterGattEvent. |