| Index: device/bluetooth/test/test_bluetooth_adapter_observer.cc
|
| diff --git a/device/bluetooth/test/test_bluetooth_adapter_observer.cc b/device/bluetooth/test/test_bluetooth_adapter_observer.cc
|
| index 74903a0cb9b698fd5a47ddc922e60bc4ff2d47e1..811ffb6677e78c4c99dd04456a72b559d5d9b047 100644
|
| --- a/device/bluetooth/test/test_bluetooth_adapter_observer.cc
|
| +++ b/device/bluetooth/test/test_bluetooth_adapter_observer.cc
|
| @@ -302,7 +302,7 @@ void TestBluetoothAdapterObserver::GattDescriptorValueChanged(
|
| void TestBluetoothAdapterObserver::QuitMessageLoop() {
|
| if (base::MessageLoop::current() &&
|
| base::MessageLoop::current()->is_running())
|
| - base::MessageLoop::current()->Quit();
|
| + base::MessageLoop::current()->QuitWhenIdle();
|
| }
|
|
|
| } // namespace device
|
|
|