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