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

Unified Diff: components/sync_driver/device_info_sync_service.cc

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
« no previous file with comments | « components/sync_driver/device_info_sync_service.h ('k') | components/sync_driver/device_info_tracker.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/sync_driver/device_info_sync_service.cc
diff --git a/chrome/browser/sync/glue/device_info_sync_service.cc b/components/sync_driver/device_info_sync_service.cc
similarity index 98%
rename from chrome/browser/sync/glue/device_info_sync_service.cc
rename to components/sync_driver/device_info_sync_service.cc
index fe7ccc1bfeff053149df22bfa7189a858257cbf0..cdb98e1ac352bd02033f8ed14ef844263a80ad14 100644
--- a/chrome/browser/sync/glue/device_info_sync_service.cc
+++ b/components/sync_driver/device_info_sync_service.cc
@@ -2,15 +2,15 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#include "chrome/browser/sync/glue/device_info_sync_service.h"
+#include "components/sync_driver/device_info_sync_service.h"
#include "base/strings/stringprintf.h"
-#include "chrome/browser/sync/glue/local_device_info_provider.h"
+#include "components/sync_driver/local_device_info_provider.h"
#include "sync/api/sync_change.h"
#include "sync/protocol/sync.pb.h"
#include "sync/util/time.h"
-namespace browser_sync {
+namespace sync_driver {
using syncer::ModelType;
using syncer::SyncChange;
@@ -340,4 +340,4 @@ void DeviceInfoSyncService::DeleteSyncData(const std::string& client_id) {
}
}
-} // namespace browser_sync
+} // namespace sync_driver
« no previous file with comments | « components/sync_driver/device_info_sync_service.h ('k') | components/sync_driver/device_info_tracker.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698