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

Unified Diff: components/sync/core/data_batch_impl.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/base_node.cc ('k') | components/sync/core/data_batch_impl.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/sync/core/data_batch_impl.h
diff --git a/components/sync/core/data_batch_impl.h b/components/sync/core/data_batch_impl.h
index da27b64b1f973ffded17a28df35aff82a1d04edc..918416da10ddc2e1d2a44b627cc80b52c85c2af8 100644
--- a/components/sync/core/data_batch_impl.h
+++ b/components/sync/core/data_batch_impl.h
@@ -16,7 +16,7 @@
#include "components/sync/api/data_batch.h"
#include "components/sync/api/entity_data.h"
-namespace syncer {
+namespace syncer_v2 {
// An implementation of DataBatch that's purpose is to transfer ownership of
// EntityData objects. As soon as this batch recieves the EntityData, it owns
@@ -45,6 +45,6 @@ class DataBatchImpl : public DataBatch {
DISALLOW_COPY_AND_ASSIGN(DataBatchImpl);
};
-} // namespace syncer
+} // namespace syncer_v2
#endif // COMPONENTS_SYNC_CORE_DATA_BATCH_IMPL_H_
« no previous file with comments | « components/sync/core/base_node.cc ('k') | components/sync/core/data_batch_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698