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

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

Issue 2388673002: Revert of [Sync] Move //components/sync to the syncer namespace. (patchset #5 id:40001 of https://co (Closed)
Patch Set: Created 4 years, 2 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/components/sync/core/processor_entity_tracker.h b/components/sync/core/processor_entity_tracker.h
index 467df20512b6881fd28a72802ca8006ebb614da9..c41819ea4c82ae360b7771d88691a60e24750c60 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 {
+namespace syncer_v2 {
struct CommitRequestData;
struct CommitResponseData;
struct UpdateResponseData;
@@ -148,6 +148,6 @@ class ProcessorEntityTracker {
int64_t commit_requested_sequence_number_;
};
-} // namespace syncer
+} // namespace syncer_v2
#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