| Index: device/bluetooth/bluetooth_adapter_unittest.cc
|
| diff --git a/device/bluetooth/bluetooth_adapter_unittest.cc b/device/bluetooth/bluetooth_adapter_unittest.cc
|
| index 8d1db30689d6ae7765c7c54a7fb30a596c32e31b..5a412aa14cc18ecab256922740e7b4aec628dbfd 100644
|
| --- a/device/bluetooth/bluetooth_adapter_unittest.cc
|
| +++ b/device/bluetooth/bluetooth_adapter_unittest.cc
|
| @@ -859,6 +859,7 @@ TEST_F(BluetoothTest, RemoveOutdatedDeviceGattConnect) {
|
| device->CreateGattConnection(GetGattConnectionCallback(Call::EXPECTED),
|
| GetConnectErrorCallback(Call::NOT_EXPECTED));
|
| SimulateGattConnection(device);
|
| + base::RunLoop().RunUntilIdle();
|
| EXPECT_EQ(1u, adapter_->GetDevices().size());
|
| RemoveTimedOutDevices();
|
| EXPECT_EQ(0, observer.device_removed_count());
|
|
|