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

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

Issue 2376123003: [Sync] Move //components/sync to the syncer namespace. (Closed)
Patch Set: Fix tools and iOS. Created 4 years, 3 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
Index: components/sync/core/processor_entity_tracker.h
diff --git a/components/sync/core/processor_entity_tracker.h b/components/sync/core/processor_entity_tracker.h
index c41819ea4c82ae360b7771d88691a60e24750c60..467df20512b6881fd28a72802ca8006ebb614da9 100644
--- a/components/sync/core/processor_entity_tracker.h
+++ b/components/sync/core/processor_entity_tracker.h
@@ -14,7 +14,7 @@
#include "components/sync/api/entity_data.h"
#include "components/sync/protocol/entity_metadata.pb.h"
-namespace syncer_v2 {
+namespace syncer {
struct CommitRequestData;
struct CommitResponseData;
struct UpdateResponseData;
@@ -148,6 +148,6 @@ class ProcessorEntityTracker {
int64_t commit_requested_sequence_number_;
};
-} // namespace syncer_v2
+} // namespace syncer
#endif // COMPONENTS_SYNC_CORE_PROCESSOR_ENTITY_TRACKER_H_

Powered by Google App Engine
This is Rietveld 408576698