| 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() {}
|
|
|