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

Unified Diff: components/sync/engine_impl/syncer.h

Issue 2376123003: [Sync] Move //components/sync to the syncer namespace. (Closed)
Patch Set: Rebase. 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
« no previous file with comments | « components/sync/engine_impl/sync_scheduler_impl.cc ('k') | components/sync/engine_impl/syncer.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/sync/engine_impl/syncer.h
diff --git a/components/sync/engine_impl/syncer.h b/components/sync/engine_impl/syncer.h
index f0d1417abe03864be0c90d0b9fd342d349c69f80..1d40991ee22222f1e7290eda3dc6eab189c15b7a 100644
--- a/components/sync/engine_impl/syncer.h
+++ b/components/sync/engine_impl/syncer.h
@@ -124,7 +124,7 @@ class Syncer {
bool HandleCycleEnd(SyncCycle* cycle,
sync_pb::GetUpdatesCallerInfo::GetUpdatesSource source);
- syncer::CancelationSignal* const cancelation_signal_;
+ CancelationSignal* const cancelation_signal_;
// Whether the syncer is in the middle of a sync attempt.
bool is_syncing_;
« no previous file with comments | « components/sync/engine_impl/sync_scheduler_impl.cc ('k') | components/sync/engine_impl/syncer.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698