Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(9)

Unified Diff: components/sync/device_info/device_info_data_type_controller.h

Issue 2250033002: [Sync] Create //components/sync/device_info. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix lint on device info files. Created 4 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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_
« no previous file with comments | « components/sync/device_info/device_info.cc ('k') | components/sync/device_info/device_info_data_type_controller.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698