summaryrefslogtreecommitdiffstats
path: root/sync/internal_api/public/attachments/attachment_service_proxy.h
diff options
context:
space:
mode:
Diffstat (limited to 'sync/internal_api/public/attachments/attachment_service_proxy.h')
-rw-r--r--sync/internal_api/public/attachments/attachment_service_proxy.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/sync/internal_api/public/attachments/attachment_service_proxy.h b/sync/internal_api/public/attachments/attachment_service_proxy.h
index ef6e287..c62a206b 100644
--- a/sync/internal_api/public/attachments/attachment_service_proxy.h
+++ b/sync/internal_api/public/attachments/attachment_service_proxy.h
@@ -52,7 +52,7 @@ class SYNC_EXPORT AttachmentServiceProxy : public AttachmentService {
void GetOrDownloadAttachments(const AttachmentIdList& attachment_ids,
const GetOrDownloadCallback& callback) override;
- void UploadAttachments(const AttachmentIdSet& attachment_ids) override;
+ void UploadAttachments(const AttachmentIdList& attachment_ids) override;
protected:
// Core does the work of proxying calls to AttachmentService methods from one
@@ -78,7 +78,7 @@ class SYNC_EXPORT AttachmentServiceProxy : public AttachmentService {
void GetOrDownloadAttachments(
const AttachmentIdList& attachment_ids,
const GetOrDownloadCallback& callback) override;
- void UploadAttachments(const AttachmentIdSet& attachment_ids) override;
+ void UploadAttachments(const AttachmentIdList& attachment_ids) override;
protected:
friend class base::RefCountedThreadSafe<Core>;