Index: components/sync/engine_impl/worker_entity_tracker.h |
diff --git a/sync/engine/worker_entity_tracker.h b/components/sync/engine_impl/worker_entity_tracker.h |
similarity index 93% |
rename from sync/engine/worker_entity_tracker.h |
rename to components/sync/engine_impl/worker_entity_tracker.h |
index 3979bac50114225c33fe7ae630dd72f24e43a600..d8d2f5aeb7b4a3f00239244846df1dfcdd18a7b1 100644 |
--- a/sync/engine/worker_entity_tracker.h |
+++ b/components/sync/engine_impl/worker_entity_tracker.h |
@@ -2,8 +2,8 @@ |
// Use of this source code is governed by a BSD-style license that can be |
// found in the LICENSE file. |
-#ifndef SYNC_ENGINE_WORKER_ENTITY_TRACKER_H_ |
-#define SYNC_ENGINE_WORKER_ENTITY_TRACKER_H_ |
+#ifndef COMPONENTS_SYNC_ENGINE_IMPL_WORKER_ENTITY_TRACKER_H_ |
+#define COMPONENTS_SYNC_ENGINE_IMPL_WORKER_ENTITY_TRACKER_H_ |
#include <stdint.h> |
@@ -12,8 +12,8 @@ |
#include "base/macros.h" |
#include "base/time/time.h" |
-#include "sync/base/sync_export.h" |
-#include "sync/protocol/sync.pb.h" |
+#include "components/sync/base/sync_export.h" |
+#include "components/sync/protocol/sync.pb.h" |
namespace syncer_v2 { |
struct CommitRequestData; |
@@ -122,4 +122,4 @@ class SYNC_EXPORT WorkerEntityTracker { |
} // namespace syncer_v2 |
-#endif // SYNC_ENGINE_WORKER_ENTITY_TRACKER_H_ |
+#endif // COMPONENTS_SYNC_ENGINE_IMPL_WORKER_ENTITY_TRACKER_H_ |