| Index: components/sync_driver/generic_change_processor_factory.h
|
| diff --git a/components/sync_driver/generic_change_processor_factory.h b/components/sync_driver/generic_change_processor_factory.h
|
| index 0407eb00e37b55d57991724ae238336979572237..aef2373b14f6f16cd6eb47b08c6b23aab1e6a241 100644
|
| --- a/components/sync_driver/generic_change_processor_factory.h
|
| +++ b/components/sync_driver/generic_change_processor_factory.h
|
| @@ -19,7 +19,7 @@ namespace sync_driver {
|
|
|
| class DataTypeErrorHandler;
|
| class GenericChangeProcessor;
|
| -class SyncApiComponentFactory;
|
| +class SyncClient;
|
|
|
| // Because GenericChangeProcessors are created and used only from the model
|
| // thread, their lifetime is strictly shorter than other components like
|
| @@ -40,7 +40,7 @@ class GenericChangeProcessorFactory {
|
| DataTypeErrorHandler* error_handler,
|
| const base::WeakPtr<syncer::SyncableService>& local_service,
|
| const base::WeakPtr<syncer::SyncMergeResult>& merge_result,
|
| - SyncApiComponentFactory* sync_factory);
|
| + SyncClient* sync_client);
|
|
|
| private:
|
| DISALLOW_COPY_AND_ASSIGN(GenericChangeProcessorFactory);
|
|
|