| Index: components/sync/driver/shared_change_processor.h
|
| diff --git a/components/sync/driver/shared_change_processor.h b/components/sync/driver/shared_change_processor.h
|
| index 7f0d0af856cda63b2fff25793fee9d7ee16b25cf..3d4698f1441226e5043707484c87a53f2ce374e0 100644
|
| --- a/components/sync/driver/shared_change_processor.h
|
| +++ b/components/sync/driver/shared_change_processor.h
|
| @@ -62,6 +62,7 @@ class SharedChangeProcessor
|
|
|
| void StartAssociation(StartDoneCallback start_done,
|
| SyncClient* const sync_client,
|
| + GenericChangeProcessorFactory* processor_factory,
|
| UserShare* user_share,
|
| std::unique_ptr<DataTypeErrorHandler> error_handler);
|
|
|
|
|