Index: components/sync/core/processor_entity_tracker_unittest.cc |
diff --git a/sync/internal_api/processor_entity_tracker_unittest.cc b/components/sync/core/processor_entity_tracker_unittest.cc |
similarity index 98% |
rename from sync/internal_api/processor_entity_tracker_unittest.cc |
rename to components/sync/core/processor_entity_tracker_unittest.cc |
index 76b29f819a0421ca19aaaea5c3302d0254649ac8..244ccae0d0c518f155b37d27f39b01bd029152af 100644 |
--- a/sync/internal_api/processor_entity_tracker_unittest.cc |
+++ b/components/sync/core/processor_entity_tracker_unittest.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/internal_api/public/processor_entity_tracker.h" |
+#include "components/sync/core/processor_entity_tracker.h" |
#include <stdint.h> |
@@ -11,11 +11,11 @@ |
#include "base/memory/ptr_util.h" |
#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/protocol/sync.pb.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/protocol/sync.pb.h" |
+#include "components/sync/syncable/syncable_util.h" |
#include "testing/gtest/include/gtest/gtest.h" |
namespace syncer_v2 { |