| Index: device/bluetooth/test/bluetooth_test.cc
|
| diff --git a/device/bluetooth/test/bluetooth_test.cc b/device/bluetooth/test/bluetooth_test.cc
|
| index 5feec018c071ef2328f60bfef884d43ba3abcf54..25f119b0df678cb7dac1d7e63398eeaa0836852a 100644
|
| --- a/device/bluetooth/test/bluetooth_test.cc
|
| +++ b/device/bluetooth/test/bluetooth_test.cc
|
| @@ -69,6 +69,10 @@ void BluetoothTestBase::DeleteDevice(BluetoothDevice* device) {
|
| adapter_->DeleteDeviceForTesting(device->GetAddress());
|
| }
|
|
|
| +void BluetoothTestBase::RunUntilIdle() {
|
| + base::RunLoop().RunUntilIdle();
|
| +}
|
| +
|
| void BluetoothTestBase::Callback(Call expected) {
|
| ++callback_count_;
|
|
|
|
|