Index: components/sync/engine_impl/worker_entity_tracker_unittest.cc |
diff --git a/sync/engine/worker_entity_tracker_unittest.cc b/components/sync/engine_impl/worker_entity_tracker_unittest.cc |
similarity index 95% |
rename from sync/engine/worker_entity_tracker_unittest.cc |
rename to components/sync/engine_impl/worker_entity_tracker_unittest.cc |
index 7c91feec8e46523f5fdc5c456534e8c0428c9b50..1ef197481f0241a61c60311215171f2ca798d770 100644 |
--- a/sync/engine/worker_entity_tracker_unittest.cc |
+++ b/components/sync/engine_impl/worker_entity_tracker_unittest.cc |
@@ -3,17 +3,17 @@ |
// 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 <memory> |
#include "base/time/time.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" |
#include "testing/gtest/include/gtest/gtest.h" |
namespace syncer_v2 { |