Index: components/sync/engine_impl/worker_entity_tracker.cc |
diff --git a/sync/engine/worker_entity_tracker.cc b/components/sync/engine_impl/worker_entity_tracker.cc |
similarity index 96% |
rename from sync/engine/worker_entity_tracker.cc |
rename to components/sync/engine_impl/worker_entity_tracker.cc |
index 74a4bd1dd19881fa3a7f90f67653ef87e06690af..4177b2b942034312f60f78c9df10971faa321777 100644 |
--- a/sync/engine/worker_entity_tracker.cc |
+++ b/components/sync/engine_impl/worker_entity_tracker.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 "sync/engine/worker_entity_tracker.h" |
+#include "components/sync/engine_impl/worker_entity_tracker.h" |
#include <stdint.h> |
#include "base/logging.h" |
-#include "sync/internal_api/public/base/model_type.h" |
-#include "sync/internal_api/public/non_blocking_sync_common.h" |
-#include "sync/syncable/syncable_util.h" |
-#include "sync/util/time.h" |
+#include "components/sync/base/model_type.h" |
+#include "components/sync/base/time.h" |
+#include "components/sync/core/non_blocking_sync_common.h" |
+#include "components/sync/syncable/syncable_util.h" |
namespace syncer_v2 { |