| Index: device/bluetooth/bluez/bluetooth_socket_bluez_unittest.cc
|
| diff --git a/device/bluetooth/bluez/bluetooth_socket_bluez_unittest.cc b/device/bluetooth/bluez/bluetooth_socket_bluez_unittest.cc
|
| index ee4d8145be1f4a6a88505918291d050585af6f30..74ac10a4d109227e63f78a75ecc05fd92d5f3942 100644
|
| --- a/device/bluetooth/bluez/bluetooth_socket_bluez_unittest.cc
|
| +++ b/device/bluetooth/bluez/bluetooth_socket_bluez_unittest.cc
|
| @@ -10,6 +10,7 @@
|
| #include "base/memory/ref_counted.h"
|
| #include "base/message_loop/message_loop.h"
|
| #include "base/run_loop.h"
|
| +#include "base/test/scoped_async_task_scheduler.h"
|
| #include "device/bluetooth/bluetooth_adapter.h"
|
| #include "device/bluetooth/bluetooth_adapter_factory.h"
|
| #include "device/bluetooth/bluetooth_device.h"
|
| @@ -175,6 +176,7 @@ class BluetoothSocketBlueZTest : public testing::Test {
|
|
|
| protected:
|
| base::MessageLoop message_loop_;
|
| + base::test::ScopedAsyncTaskScheduler scoped_async_task_scheduler_;
|
|
|
| scoped_refptr<BluetoothAdapter> adapter_;
|
|
|
|
|