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

Unified Diff: components/sync/core/write_node.cc

Issue 2376123003: [Sync] Move //components/sync to the syncer namespace. (Closed)
Patch Set: Fix tools and iOS. 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
Index: components/sync/core/write_node.cc
diff --git a/components/sync/core/write_node.cc b/components/sync/core/write_node.cc
index 0977234702cbce013978ddd190d8df1375a17d00..1a621f4bb97ecc9a91320087c06edcd7065c9436 100644
--- a/components/sync/core/write_node.cc
+++ b/components/sync/core/write_node.cc
@@ -24,8 +24,8 @@ using std::vector;
namespace syncer {
-using syncable::kEncryptedString;
-using syncable::SPECIFICS;
+using syncer::syncable::kEncryptedString;
+using syncer::syncable::SPECIFICS;
static const char kDefaultNameForNewNodes[] = " ";

Powered by Google App Engine
This is Rietveld 408576698