| Index: device/bluetooth/bluez/bluetooth_adapter_profile_bluez_unittest.cc | 
| diff --git a/device/bluetooth/bluez/bluetooth_adapter_profile_bluez_unittest.cc b/device/bluetooth/bluez/bluetooth_adapter_profile_bluez_unittest.cc | 
| index 707b5a45800d99b99f2eac00dc22d1f596229312..779e9b702e72f3a23339c1193c8f863a3d5562ab 100644 | 
| --- a/device/bluetooth/bluez/bluetooth_adapter_profile_bluez_unittest.cc | 
| +++ b/device/bluetooth/bluez/bluetooth_adapter_profile_bluez_unittest.cc | 
| @@ -7,8 +7,8 @@ | 
| #include <memory> | 
|  | 
| #include "base/bind.h" | 
| -#include "base/message_loop/message_loop.h" | 
| #include "base/run_loop.h" | 
| +#include "base/test/scoped_task_scheduler.h" | 
| #include "device/bluetooth/bluetooth_adapter.h" | 
| #include "device/bluetooth/bluetooth_adapter_factory.h" | 
| #include "device/bluetooth/bluetooth_uuid.h" | 
| @@ -150,7 +150,7 @@ class BluetoothAdapterProfileBlueZTest : public testing::Test { | 
| } | 
|  | 
| protected: | 
| -  base::MessageLoop message_loop_; | 
| +  base::test::ScopedTaskScheduler scoped_task_scheduler_; | 
|  | 
| scoped_refptr<BluetoothAdapter> adapter_; | 
|  | 
|  |