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

Unified Diff: components/sync/engine_impl/directory_commit_contribution.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/directory_commit_contribution.cc
diff --git a/components/sync/engine_impl/directory_commit_contribution.cc b/components/sync/engine_impl/directory_commit_contribution.cc
index 4efdcf50d8109e23872a81d63f0b2e3ce329357c..e6a287e417d57c14b369c76b81728aa3691f536a 100644
--- a/components/sync/engine_impl/directory_commit_contribution.cc
+++ b/components/sync/engine_impl/directory_commit_contribution.cc
@@ -19,8 +19,8 @@
namespace syncer {
-using syncable::GET_BY_HANDLE;
-using syncable::SYNCER;
+using syncer::syncable::GET_BY_HANDLE;
+using syncer::syncable::SYNCER;
DirectoryCommitContribution::~DirectoryCommitContribution() {
DCHECK(!syncing_bits_set_);

Powered by Google App Engine
This is Rietveld 408576698