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

Unified Diff: components/sync/api/metadata_batch.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/fake_sync_change_processor.cc ('k') | components/sync/api/metadata_batch.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/sync/api/metadata_batch.h
diff --git a/components/sync/api/metadata_batch.h b/components/sync/api/metadata_batch.h
index 846befe6ec97076bc1ec2465090dbb5fdcf8ff3d..18f772d254fa10d2e4913438c9f1690a982ee0b0 100644
--- a/components/sync/api/metadata_batch.h
+++ b/components/sync/api/metadata_batch.h
@@ -11,7 +11,7 @@
#include "components/sync/protocol/data_type_state.pb.h"
#include "components/sync/protocol/entity_metadata.pb.h"
-namespace syncer {
+namespace syncer_v2 {
// Map of storage keys to EntityMetadata proto.
typedef std::map<std::string, sync_pb::EntityMetadata> EntityMetadataMap;
@@ -42,6 +42,6 @@ class MetadataBatch {
sync_pb::DataTypeState state_;
};
-} // namespace syncer
+} // namespace syncer_v2
#endif // COMPONENTS_SYNC_API_METADATA_BATCH_H_
« no previous file with comments | « components/sync/api/fake_sync_change_processor.cc ('k') | components/sync/api/metadata_batch.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698