Index: components/sync/device_info/device_info_data_type_controller.h |
diff --git a/components/sync/driver/device_info_data_type_controller.h b/components/sync/device_info/device_info_data_type_controller.h |
similarity index 80% |
rename from components/sync/driver/device_info_data_type_controller.h |
rename to components/sync/device_info/device_info_data_type_controller.h |
index f45dc4b1c59634fa2fb4ef95ac4477007fb18e11..aa560856a1b7857c4e29d515c853fc34a60dce0d 100644 |
--- a/components/sync/driver/device_info_data_type_controller.h |
+++ b/components/sync/device_info/device_info_data_type_controller.h |
@@ -2,14 +2,14 @@ |
// Use of this source code is governed by a BSD-style license that can be |
// found in the LICENSE file. |
-#ifndef COMPONENTS_SYNC_DRIVER_DEVICE_INFO_DATA_TYPE_CONTROLLER_H_ |
-#define COMPONENTS_SYNC_DRIVER_DEVICE_INFO_DATA_TYPE_CONTROLLER_H_ |
+#ifndef COMPONENTS_SYNC_DEVICE_INFO_DEVICE_INFO_DATA_TYPE_CONTROLLER_H_ |
+#define COMPONENTS_SYNC_DEVICE_INFO_DEVICE_INFO_DATA_TYPE_CONTROLLER_H_ |
#include <memory> |
#include "base/macros.h" |
#include "base/single_thread_task_runner.h" |
-#include "components/sync/driver/local_device_info_provider.h" |
+#include "components/sync/device_info/local_device_info_provider.h" |
#include "components/sync/driver/ui_data_type_controller.h" |
namespace sync_driver { |
@@ -41,4 +41,4 @@ class DeviceInfoDataTypeController : public UIDataTypeController { |
} // namespace sync_driver |
-#endif // COMPONENTS_SYNC_DRIVER_DEVICE_INFO_DATA_TYPE_CONTROLLER_H_ |
+#endif // COMPONENTS_SYNC_DEVICE_INFO_DEVICE_INFO_DATA_TYPE_CONTROLLER_H_ |