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

Unified Diff: components/sync_driver/device_info_sync_service.h

Issue 597423002: Device info datatype should be moved to components/sync_driver. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Minor CR feedback addressed. Created 6 years, 3 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_driver/device_info_sync_service.h
diff --git a/chrome/browser/sync/glue/device_info_sync_service.h b/components/sync_driver/device_info_sync_service.h
similarity index 93%
rename from chrome/browser/sync/glue/device_info_sync_service.h
rename to components/sync_driver/device_info_sync_service.h
index d638e538977481174570cf7732573c233338be7d..26eb9a08998700fd78f864faac2b7104940f8d9d 100644
--- a/chrome/browser/sync/glue/device_info_sync_service.h
+++ b/components/sync_driver/device_info_sync_service.h
@@ -2,17 +2,17 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#ifndef CHROME_BROWSER_SYNC_GLUE_DEVICE_INFO_SYNC_SERVICE_H_
-#define CHROME_BROWSER_SYNC_GLUE_DEVICE_INFO_SYNC_SERVICE_H_
+#ifndef COMPONENTS_SYNC_DRIVER_DEVICE_INFO_SYNC_SERVICE_H_
+#define COMPONENTS_SYNC_DRIVER_DEVICE_INFO_SYNC_SERVICE_H_
#include "base/observer_list.h"
-#include "chrome/browser/sync/glue/device_info_tracker.h"
+#include "components/sync_driver/device_info_tracker.h"
#include "sync/api/sync_change_processor.h"
#include "sync/api/sync_data.h"
#include "sync/api/sync_error_factory.h"
#include "sync/api/syncable_service.h"
-namespace browser_sync {
+namespace sync_driver {
class LocalDeviceInfoProvider;
@@ -103,6 +103,6 @@ class DeviceInfoSyncService : public syncer::SyncableService,
DISALLOW_COPY_AND_ASSIGN(DeviceInfoSyncService);
};
-} // namespace browser_sync
+} // namespace sync_driver
-#endif // CHROME_BROWSER_SYNC_GLUE_DEVICE_INFO_SYNC_SERVICE_H_
+#endif // COMPONENTS_SYNC_DRIVER_DEVICE_INFO_SYNC_SERVICE_H_
« no previous file with comments | « components/sync_driver/device_info_data_type_controller.cc ('k') | components/sync_driver/device_info_sync_service.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698