Index: components/sync/core/processor_entity_tracker.h |
diff --git a/sync/internal_api/public/processor_entity_tracker.h b/components/sync/core/processor_entity_tracker.h |
similarity index 94% |
rename from sync/internal_api/public/processor_entity_tracker.h |
rename to components/sync/core/processor_entity_tracker.h |
index 1bc0a36925a43749aab0f9d36359734a06108c93..1a6d3f825a9038cb4673290a3c69a1aa9de9a496 100644 |
--- a/sync/internal_api/public/processor_entity_tracker.h |
+++ b/components/sync/core/processor_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_INTERNAL_API_PUBLIC_PROCESSOR_ENTITY_TRACKER_H_ |
-#define SYNC_INTERNAL_API_PUBLIC_PROCESSOR_ENTITY_TRACKER_H_ |
+#ifndef COMPONENTS_SYNC_CORE_PROCESSOR_ENTITY_TRACKER_H_ |
+#define COMPONENTS_SYNC_CORE_PROCESSOR_ENTITY_TRACKER_H_ |
#include <stdint.h> |
@@ -11,9 +11,9 @@ |
#include <string> |
#include "base/time/time.h" |
-#include "sync/api/entity_data.h" |
-#include "sync/base/sync_export.h" |
-#include "sync/protocol/entity_metadata.pb.h" |
+#include "components/sync/api/entity_data.h" |
+#include "components/sync/base/sync_export.h" |
+#include "components/sync/protocol/entity_metadata.pb.h" |
namespace syncer_v2 { |
struct CommitRequestData; |
@@ -151,4 +151,4 @@ class SYNC_EXPORT ProcessorEntityTracker { |
} // namespace syncer_v2 |
-#endif // SYNC_INTERNAL_API_PUBLIC_PROCESSOR_ENTITY_TRACKER_H_ |
+#endif // COMPONENTS_SYNC_CORE_PROCESSOR_ENTITY_TRACKER_H_ |