| Index: sync/internal_api/public/attachments/attachment_service_impl.h
|
| diff --git a/sync/internal_api/public/attachments/attachment_service_impl.h b/sync/internal_api/public/attachments/attachment_service_impl.h
|
| index 2d42b26941f27f510fb70ef0f5580b1152d23151..89cc333c7b25caab8000ce42b11aef5af20651ff 100644
|
| --- a/sync/internal_api/public/attachments/attachment_service_impl.h
|
| +++ b/sync/internal_api/public/attachments/attachment_service_impl.h
|
| @@ -59,18 +59,18 @@ class SYNC_EXPORT AttachmentServiceImpl
|
| static scoped_ptr<syncer::AttachmentService> CreateForTest();
|
|
|
| // AttachmentService implementation.
|
| - virtual AttachmentStore* GetStore() OVERRIDE;
|
| + virtual AttachmentStore* GetStore() override;
|
| virtual void GetOrDownloadAttachments(
|
| const AttachmentIdList& attachment_ids,
|
| - const GetOrDownloadCallback& callback) OVERRIDE;
|
| + const GetOrDownloadCallback& callback) override;
|
| virtual void DropAttachments(const AttachmentIdList& attachment_ids,
|
| - const DropCallback& callback) OVERRIDE;
|
| + const DropCallback& callback) override;
|
| virtual void UploadAttachments(
|
| - const AttachmentIdSet& attachment_ids) OVERRIDE;
|
| + const AttachmentIdSet& attachment_ids) override;
|
|
|
| // NetworkChangeObserver implementation.
|
| virtual void OnNetworkChanged(
|
| - net::NetworkChangeNotifier::ConnectionType type) OVERRIDE;
|
| + net::NetworkChangeNotifier::ConnectionType type) override;
|
|
|
| // Use |timer| in the underlying TaskQueue.
|
| //
|
|
|