| Index: sync/api/syncable_service.cc
|
| diff --git a/sync/api/syncable_service.cc b/sync/api/syncable_service.cc
|
| index 7b0a9730a077080a6865a69fd595826257cf8c74..f0cfe671235a8cbc40f3094cff52e80647d49438 100644
|
| --- a/sync/api/syncable_service.cc
|
| +++ b/sync/api/syncable_service.cc
|
| @@ -8,8 +8,8 @@ namespace syncer {
|
|
|
| SyncableService::~SyncableService() {}
|
|
|
| -scoped_refptr<AttachmentStore> SyncableService::GetAttachmentStore() {
|
| - return scoped_refptr<AttachmentStore>();
|
| +scoped_ptr<AttachmentStore> SyncableService::GetAttachmentStoreForSync() {
|
| + return scoped_ptr<AttachmentStore>();
|
| }
|
|
|
| void SyncableService::SetAttachmentService(
|
|
|