| Index: sync/internal_api/public/attachments/fake_attachment_downloader.h
|
| diff --git a/sync/internal_api/public/attachments/fake_attachment_downloader.h b/sync/internal_api/public/attachments/fake_attachment_downloader.h
|
| index 2b3f0a780c13f96cad4fbc72609825d273c3134c..0b13a0ec9693259c293d68e24f801c497d9a299a 100644
|
| --- a/sync/internal_api/public/attachments/fake_attachment_downloader.h
|
| +++ b/sync/internal_api/public/attachments/fake_attachment_downloader.h
|
| @@ -20,7 +20,7 @@ class SYNC_EXPORT FakeAttachmentDownloader : public AttachmentDownloader,
|
|
|
| // AttachmentDownloader implementation.
|
| virtual void DownloadAttachment(const AttachmentId& attachment_id,
|
| - const DownloadCallback& callback) OVERRIDE;
|
| + const DownloadCallback& callback) override;
|
|
|
| private:
|
| DISALLOW_COPY_AND_ASSIGN(FakeAttachmentDownloader);
|
|
|