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; |