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

Unified Diff: components/sync/api/entity_change.cc

Issue 2376123003: [Sync] Move //components/sync to the syncer namespace. (Closed)
Patch Set: Rebase. Created 4 years, 3 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/entity_change.h ('k') | components/sync/api/entity_data.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/sync/api/entity_change.cc
diff --git a/components/sync/api/entity_change.cc b/components/sync/api/entity_change.cc
index e0c1f952108d1c54bd15f56ee0982264dee3e5d9..936cefa462d35b10789b58e280c8c063748472cf 100644
--- a/components/sync/api/entity_change.cc
+++ b/components/sync/api/entity_change.cc
@@ -4,7 +4,7 @@
#include "components/sync/api/entity_change.h"
-namespace syncer_v2 {
+namespace syncer {
// static
EntityChange EntityChange::CreateAdd(const std::string& storage_key,
@@ -32,4 +32,4 @@ EntityChange::EntityChange(const EntityChange& other) = default;
EntityChange::~EntityChange() {}
-} // namespace syncer_v2
+} // namespace syncer
« no previous file with comments | « components/sync/api/entity_change.h ('k') | components/sync/api/entity_data.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698