Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(4)

Unified Diff: components/sync/core/processor_entity_tracker.h

Issue 2130453004: [Sync] Move //sync to //components/sync. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase. Created 4 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « components/sync/core/non_blocking_sync_common.cc ('k') | components/sync/core/processor_entity_tracker.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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_
« no previous file with comments | « components/sync/core/non_blocking_sync_common.cc ('k') | components/sync/core/processor_entity_tracker.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698