| Index: components/sync/core/internal_components_factory_impl.h | 
| diff --git a/components/sync/core/internal_components_factory_impl.h b/components/sync/core/internal_components_factory_impl.h | 
| index c5e436d7db91efa8e0d05147929925b39d398fdd..14b1eb763d92939e9e0038ac281a549f644bb960 100644 | 
| --- a/components/sync/core/internal_components_factory_impl.h | 
| +++ b/components/sync/core/internal_components_factory_impl.h | 
| @@ -24,7 +24,7 @@ class InternalComponentsFactoryImpl : public InternalComponentsFactory { | 
| std::unique_ptr<SyncScheduler> BuildScheduler( | 
| const std::string& name, | 
| SyncCycleContext* context, | 
| -      syncer::CancelationSignal* cancelation_signal) override; | 
| +      CancelationSignal* cancelation_signal) override; | 
|  | 
| std::unique_ptr<SyncCycleContext> BuildContext( | 
| ServerConnectionManager* connection_manager, | 
|  |