| Index: device/bluetooth/test/bluetooth_test_win.cc
|
| diff --git a/device/bluetooth/test/bluetooth_test_win.cc b/device/bluetooth/test/bluetooth_test_win.cc
|
| index ec05522607418eda27eb09290119abb81630074c..46c39cd09b3a839dc3df1929f4e14b7b0205e8ed 100644
|
| --- a/device/bluetooth/test/bluetooth_test_win.cc
|
| +++ b/device/bluetooth/test/bluetooth_test_win.cc
|
| @@ -170,7 +170,7 @@ BluetoothDevice* BluetoothTestWin::SimulateLowEnergyDevice(int device_ordinal) {
|
| FinishPendingTasks();
|
|
|
| std::vector<BluetoothDevice*> devices = adapter_win_->GetDevices();
|
| - for (auto device : devices) {
|
| + for (auto* device : devices) {
|
| if (device->GetAddress() == device_address)
|
| return device;
|
| }
|
|
|