Index: device/bluetooth/test/bluetooth_test_android.cc |
diff --git a/device/bluetooth/test/bluetooth_test_android.cc b/device/bluetooth/test/bluetooth_test_android.cc |
index c7d78a9332e6364672a7a4f41b03db6d740ecdbf..2756f2421029ed6db70c7017541e5c03435d1981 100644 |
--- a/device/bluetooth/test/bluetooth_test_android.cc |
+++ b/device/bluetooth/test/bluetooth_test_android.cc |
@@ -42,7 +42,7 @@ void BluetoothTestAndroid::SetUp() { |
void BluetoothTestAndroid::TearDown() { |
BluetoothAdapter::DeviceList devices = adapter_->GetDevices(); |
- for (auto& device : devices) { |
+ for (auto* device : devices) { |
DeleteDevice(device); |
} |
EXPECT_EQ(0, gatt_open_connections_); |