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

Unified Diff: components/sync/engine_impl/update_applicator.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/engine_impl/update_applicator.cc
diff --git a/components/sync/engine_impl/update_applicator.cc b/components/sync/engine_impl/update_applicator.cc
index 8be5cbce38eceee144dcbe746b5196d7dfa9d9a1..24a5a01ecefe84f5d852fa4432321fa42c4c2301 100644
--- a/components/sync/engine_impl/update_applicator.cc
+++ b/components/sync/engine_impl/update_applicator.cc
@@ -19,7 +19,7 @@ using std::vector;
namespace syncer {
-using syncable::ID;
+using syncer::syncable::ID;
UpdateApplicator::UpdateApplicator(Cryptographer* cryptographer)
: cryptographer_(cryptographer),

Powered by Google App Engine
This is Rietveld 408576698