summaryrefslogtreecommitdiffstats
path: root/sync/api/syncable_service.cc
diff options
context:
space:
mode:
Diffstat (limited to 'sync/api/syncable_service.cc')
-rw-r--r--sync/api/syncable_service.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/sync/api/syncable_service.cc b/sync/api/syncable_service.cc
index 7b0a973..f0cfe67 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(