Index: components/sync/device_info/device_info_data_type_controller_unittest.cc |
diff --git a/components/sync/driver/device_info_data_type_controller_unittest.cc b/components/sync/device_info/device_info_data_type_controller_unittest.cc |
similarity index 96% |
rename from components/sync/driver/device_info_data_type_controller_unittest.cc |
rename to components/sync/device_info/device_info_data_type_controller_unittest.cc |
index 062a409c2440d1f953f054c001108770a1c02bdb..58da55d76d9d38aeae9bd5fcb5c8361d7666f937 100644 |
--- a/components/sync/driver/device_info_data_type_controller_unittest.cc |
+++ b/components/sync/device_info/device_info_data_type_controller_unittest.cc |
@@ -2,7 +2,7 @@ |
// Use of this source code is governed by a BSD-style license that can be |
// found in the LICENSE file. |
-#include "components/sync/driver/device_info_data_type_controller.h" |
+#include "components/sync/device_info/device_info_data_type_controller.h" |
#include "base/bind.h" |
#include "base/callback.h" |
@@ -10,8 +10,8 @@ |
#include "base/run_loop.h" |
#include "base/threading/thread_task_runner_handle.h" |
#include "components/sync/base/model_type.h" |
+#include "components/sync/device_info/local_device_info_provider_mock.h" |
#include "components/sync/driver/fake_sync_client.h" |
-#include "components/sync/driver/local_device_info_provider_mock.h" |
#include "components/sync/driver/sync_api_component_factory.h" |
#include "testing/gtest/include/gtest/gtest.h" |