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

Unified Diff: components/sync/core/model_type_processor.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/model_type_connector.cc ('k') | components/sync/core/model_type_processor.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/sync/core/model_type_processor.h
diff --git a/components/sync/core/model_type_processor.h b/components/sync/core/model_type_processor.h
index 4f141b85ae38d9628711924a63fef03c4f557924..422a1e39fa90b6f2878de579db3a7333f2442f37 100644
--- a/components/sync/core/model_type_processor.h
+++ b/components/sync/core/model_type_processor.h
@@ -10,7 +10,7 @@
#include "components/sync/core/non_blocking_sync_common.h"
#include "components/sync/protocol/data_type_state.pb.h"
-namespace syncer {
+namespace syncer_v2 {
class CommitQueue;
// Interface used by sync backend to issue requests to a synced data type.
@@ -42,6 +42,6 @@ class ModelTypeProcessor {
const UpdateResponseDataList& updates) = 0;
};
-} // namespace syncer
+} // namespace syncer_v2
#endif // COMPONENTS_SYNC_CORE_MODEL_TYPE_PROCESSOR_H_
« no previous file with comments | « components/sync/core/model_type_connector.cc ('k') | components/sync/core/model_type_processor.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698