Index: components/sync/engine_impl/model_type_worker.cc |
diff --git a/sync/engine/model_type_worker.cc b/components/sync/engine_impl/model_type_worker.cc |
similarity index 97% |
rename from sync/engine/model_type_worker.cc |
rename to components/sync/engine_impl/model_type_worker.cc |
index 53aeba1611c49835721db118f6bfddda5c85160a..dc238bb9db3e3f3005679c3301427818bcf880eb 100644 |
--- a/sync/engine/model_type_worker.cc |
+++ b/components/sync/engine_impl/model_type_worker.cc |
@@ -2,7 +2,7 @@ |
// Use of this source code is governed by a BSD-style license that can be |
// found in the LICENSE file. |
-#include "sync/engine/model_type_worker.h" |
+#include "components/sync/engine_impl/model_type_worker.h" |
#include <stddef.h> |
#include <stdint.h> |
@@ -16,13 +16,13 @@ |
#include "base/logging.h" |
#include "base/memory/ptr_util.h" |
#include "base/strings/stringprintf.h" |
-#include "sync/engine/commit_contribution.h" |
-#include "sync/engine/non_blocking_type_commit_contribution.h" |
-#include "sync/engine/worker_entity_tracker.h" |
-#include "sync/internal_api/public/model_type_processor.h" |
-#include "sync/syncable/syncable_util.h" |
-#include "sync/util/cryptographer.h" |
-#include "sync/util/time.h" |
+#include "components/sync/base/cryptographer.h" |
+#include "components/sync/base/time.h" |
+#include "components/sync/core/model_type_processor.h" |
+#include "components/sync/engine_impl/commit_contribution.h" |
+#include "components/sync/engine_impl/non_blocking_type_commit_contribution.h" |
+#include "components/sync/engine_impl/worker_entity_tracker.h" |
+#include "components/sync/syncable/syncable_util.h" |
namespace syncer_v2 { |