Index: components/sync_driver/device_info_data_type_controller_unittest.cc |
diff --git a/components/sync_driver/device_info_data_type_controller_unittest.cc b/components/sync_driver/device_info_data_type_controller_unittest.cc |
index 50f43f976463b0b969c6d0ad872b168efc1fd47b..926cca409ab1c0ec84d10d2a102ac0f44e8efb04 100644 |
--- a/components/sync_driver/device_info_data_type_controller_unittest.cc |
+++ b/components/sync_driver/device_info_data_type_controller_unittest.cc |
@@ -5,8 +5,8 @@ |
#include "base/bind.h" |
#include "base/callback.h" |
#include "base/memory/weak_ptr.h" |
-#include "base/message_loop/message_loop.h" |
#include "base/run_loop.h" |
+#include "base/thread_task_runner_handle.h" |
#include "components/sync_driver/device_info_data_type_controller.h" |
#include "components/sync_driver/local_device_info_provider_mock.h" |
#include "components/sync_driver/sync_api_component_factory.h" |
@@ -36,9 +36,7 @@ class DeviceInfoDataTypeControllerTest : public testing::Test, |
"device_id")); |
controller_ = new DeviceInfoDataTypeController( |
- base::MessageLoopProxy::current(), |
- base::Closure(), |
- this, |
+ base::ThreadTaskRunnerHandle::Get(), base::Closure(), this, |
local_device_.get()); |
load_finished_ = false; |