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

Unified Diff: components/sync_driver/backend_migrator.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/backend_migrator.cc
diff --git a/components/sync_driver/backend_migrator.cc b/components/sync_driver/backend_migrator.cc
index 8850703598a51756b1fc8076f4b9b24a2223a877..3398bd57fb433b76213e8e9986ed8859f1cdf034 100644
--- a/components/sync_driver/backend_migrator.cc
+++ b/components/sync_driver/backend_migrator.cc
@@ -9,11 +9,11 @@
#include "base/strings/string_number_conversions.h"
#include "base/threading/thread_task_runner_handle.h"
#include "base/tracked_objects.h"
+#include "components/sync/core/configure_reason.h"
+#include "components/sync/core/read_transaction.h"
+#include "components/sync/protocol/sync.pb.h"
+#include "components/sync/syncable/directory.h" // TODO(tim): Bug 131130.
#include "components/sync_driver/sync_service.h"
-#include "sync/internal_api/public/configure_reason.h"
-#include "sync/internal_api/public/read_transaction.h"
-#include "sync/protocol/sync.pb.h"
-#include "sync/syncable/directory.h" // TODO(tim): Bug 131130.
using syncer::ModelTypeSet;

Powered by Google App Engine
This is Rietveld 408576698