| 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 7ba8200193d4db490bfa09586417a235074ab4a4..f781c08dcb4efbdcda1aa4ed8dff1a385e0a1808 100644
|
| --- a/components/sync_driver/sync_api_component_factory.h
|
| +++ b/components/sync_driver/sync_api_component_factory.h
|
| @@ -37,7 +37,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(
|
| - scoped_ptr<syncer::AttachmentStore> attachment_store,
|
| + scoped_ptr<syncer::AttachmentStoreForSync> attachment_store,
|
| const syncer::UserShare& user_share,
|
| const std::string& store_birthday,
|
| syncer::ModelType model_type,
|
|
|