Index: sync/api/attachments/attachment_service_impl.h |
diff --git a/sync/api/attachments/attachment_service_impl.h b/sync/api/attachments/attachment_service_impl.h |
index aa991103f4fadadf349da63e4e079796928610db..dbb1b530ae988d79548450d1e1a6ecae7a9aaaaf 100644 |
--- a/sync/api/attachments/attachment_service_impl.h |
+++ b/sync/api/attachments/attachment_service_impl.h |
@@ -45,7 +45,8 @@ class SYNC_EXPORT AttachmentServiceImpl : public AttachmentService, |
private: |
void ReadDone(const GetOrDownloadCallback& callback, |
const AttachmentStore::Result& result, |
- scoped_ptr<AttachmentMap> attachments); |
+ scoped_ptr<AttachmentMap> attachments, |
+ scoped_ptr<AttachmentIdList> unavailable_attachment_ids); |
void DropDone(const DropCallback& callback, |
const AttachmentStore::Result& result); |
void WriteDone(const StoreCallback& callback, |