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

Unified Diff: components/sync/core/simple_metadata_change_list.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
Index: components/sync/core/simple_metadata_change_list.h
diff --git a/components/sync/core/simple_metadata_change_list.h b/components/sync/core/simple_metadata_change_list.h
index de39091d5895e4a1fd1d50abf5e9fbbccec7c039..f04562af0445c26ae8a81f6e5cde3023d99081fa 100644
--- a/components/sync/core/simple_metadata_change_list.h
+++ b/components/sync/core/simple_metadata_change_list.h
@@ -14,7 +14,7 @@
#include "components/sync/protocol/data_type_state.pb.h"
#include "components/sync/protocol/entity_metadata.pb.h"
-namespace syncer {
+namespace syncer_v2 {
// A MetadataChangeList implementation that is meant to be used in combination
// with a ModelTypeStore. It accumulates changes in member fields, and then when
@@ -60,6 +60,6 @@ class SimpleMetadataChangeList : public MetadataChangeList {
std::unique_ptr<DataTypeStateChange> state_change_;
};
-} // namespace syncer
+} // namespace syncer_v2
#endif // COMPONENTS_SYNC_CORE_SIMPLE_METADATA_CHANGE_LIST_H_
« no previous file with comments | « components/sync/core/shared_model_type_processor_unittest.cc ('k') | components/sync/core/simple_metadata_change_list.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698