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

Unified Diff: components/sync_driver/device_info_sync_service.cc

Issue 2148293004: [Sync] //components/sync external changes [DO NOT SUBMIT] (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@sc-1
Patch Set: Rebase. Created 4 years, 5 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.cc
diff --git a/components/sync_driver/device_info_sync_service.cc b/components/sync_driver/device_info_sync_service.cc
index 22b8d8fa7ba275c9908cee1d8f8b272d9aaf12f5..e0520c285bff5b2ff627c81f41d4b99f769b6f2a 100644
--- a/components/sync_driver/device_info_sync_service.cc
+++ b/components/sync_driver/device_info_sync_service.cc
@@ -11,11 +11,11 @@
#include "base/memory/ptr_util.h"
#include "base/time/time.h"
+#include "components/sync/api/sync_change.h"
+#include "components/sync/base/time.h"
+#include "components/sync/protocol/sync.pb.h"
#include "components/sync_driver/device_info_util.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 sync_driver {

Powered by Google App Engine
This is Rietveld 408576698