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

Unified Diff: components/sync/api/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
« no previous file with comments | « components/sync/api/metadata_batch.cc ('k') | components/sync/api/mock_model_type_store.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/sync/api/metadata_change_list.h
diff --git a/components/sync/api/metadata_change_list.h b/components/sync/api/metadata_change_list.h
index f359b60ce111aab0e1dde5f877a88fa3589c995a..b79c419ae84bb6f86cb6e7db117425db09318997 100644
--- a/components/sync/api/metadata_change_list.h
+++ b/components/sync/api/metadata_change_list.h
@@ -12,7 +12,7 @@ class DataTypeState;
class EntityMetadata;
} // namespace sync_pb
-namespace syncer {
+namespace syncer_v2 {
// Interface used by the processor and service to communicate about metadata.
// The purpose of the interface is to record changes to data type global and
@@ -45,6 +45,6 @@ class MetadataChangeList {
virtual void ClearMetadata(const std::string& storage_key) = 0;
};
-} // namespace syncer
+} // namespace syncer_v2
#endif // COMPONENTS_SYNC_API_METADATA_CHANGE_LIST_H_
« no previous file with comments | « components/sync/api/metadata_batch.cc ('k') | components/sync/api/mock_model_type_store.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698