diff options
Diffstat (limited to 'sync/api')
-rw-r--r-- | sync/api/attachments/attachment_uploader.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sync/api/attachments/attachment_uploader.h b/sync/api/attachments/attachment_uploader.h index 12fe1a3..4774451 100644 --- a/sync/api/attachments/attachment_uploader.h +++ b/sync/api/attachments/attachment_uploader.h @@ -34,8 +34,8 @@ class SYNC_EXPORT AttachmentUploader { // |callback| will be invoked when the operation has completed (successfully // or otherwise). // - // |callback| will receive an UploadResult code and an updated AttachmentId - // containing the server address of the newly uploaded attachment. + // |callback| will receive an UploadResult code and the AttachmentId of the + // newly uploaded attachment. virtual void UploadAttachment(const Attachment& attachment, const UploadCallback& callback) = 0; }; |