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

Unified Diff: components/sync/api/conflict_resolution.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/attachments/attachment_metadata.h ('k') | components/sync/api/conflict_resolution.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/sync/api/conflict_resolution.h
diff --git a/components/sync/api/conflict_resolution.h b/components/sync/api/conflict_resolution.h
index 1f6c77b5279ea90ba317540a92dd387842dcbc47..542910f5ab0d1f31e214947c97169047d25c9e58 100644
--- a/components/sync/api/conflict_resolution.h
+++ b/components/sync/api/conflict_resolution.h
@@ -9,7 +9,7 @@
#include "components/sync/api/entity_data.h"
-namespace syncer {
+namespace syncer_v2 {
// A simple class to represent the resolution of a data conflict. We either:
// 1) Use the local client data and update the server.
@@ -52,6 +52,6 @@ class ConflictResolution {
DISALLOW_COPY_AND_ASSIGN(ConflictResolution);
};
-} // namespace syncer
+} // namespace syncer_v2
#endif // COMPONENTS_SYNC_API_CONFLICT_RESOLUTION_H_
« no previous file with comments | « components/sync/api/attachments/attachment_metadata.h ('k') | components/sync/api/conflict_resolution.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698