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

Unified Diff: components/sync/engine_impl/syncer.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/syncer.cc
diff --git a/components/sync/engine_impl/syncer.cc b/components/sync/engine_impl/syncer.cc
index 5ae0bffb422408a2d5e9f884ac9de6b46012b53d..ecb120c9473c694df38a720d5eadb0a4c1d266c3 100644
--- a/components/sync/engine_impl/syncer.cc
+++ b/components/sync/engine_impl/syncer.cc
@@ -43,7 +43,7 @@ static const bool kCreateMobileBookmarksFolder = true;
static const bool kCreateMobileBookmarksFolder = false;
#endif
-Syncer::Syncer(syncer::CancelationSignal* cancelation_signal)
+Syncer::Syncer(CancelationSignal* cancelation_signal)
: cancelation_signal_(cancelation_signal), is_syncing_(false) {}
Syncer::~Syncer() {}

Powered by Google App Engine
This is Rietveld 408576698