| Index: components/sync_driver/sync_api_component_factory.h
|
| diff --git a/components/sync_driver/sync_api_component_factory.h b/components/sync_driver/sync_api_component_factory.h
|
| index 3ca4f7338c2965f55b8645631774a678b529be66..2ae6dcb997d81264d6441f08fc67fe52894f9709 100644
|
| --- a/components/sync_driver/sync_api_component_factory.h
|
| +++ b/components/sync_driver/sync_api_component_factory.h
|
| @@ -32,6 +32,7 @@ class SyncApiComponentFactory {
|
| // provided. AttachmentService doesn't take ownership of delegate, the pointer
|
| // must be valid throughout AttachmentService lifetime.
|
| virtual scoped_ptr<syncer::AttachmentService> CreateAttachmentService(
|
| + const scoped_refptr<syncer::AttachmentStore>& attachment_store,
|
| const syncer::UserShare& user_share,
|
| syncer::AttachmentService::Delegate* delegate) = 0;
|
| };
|
|
|