| 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_;
|
|
|