Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(113)

Unified Diff: sync/internal_api/public/attachments/attachment_store_handle.h

Issue 640093002: change newly added OVERRIDE to override in sync/ (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: sync/internal_api/public/attachments/attachment_store_handle.h
diff --git a/sync/internal_api/public/attachments/attachment_store_handle.h b/sync/internal_api/public/attachments/attachment_store_handle.h
index 28b5f2abdee714035ac70a485575a7f089a5fc04..fae66603d415f22b723bb1fa353480d064e5672b 100644
--- a/sync/internal_api/public/attachments/attachment_store_handle.h
+++ b/sync/internal_api/public/attachments/attachment_store_handle.h
@@ -42,11 +42,11 @@ class SYNC_EXPORT AttachmentStoreHandle : public AttachmentStore,
// AttachmentStore implementation.
virtual void Read(const AttachmentIdList& id,
- const ReadCallback& callback) OVERRIDE;
+ const ReadCallback& callback) override;
virtual void Write(const AttachmentList& attachments,
- const WriteCallback& callback) OVERRIDE;
+ const WriteCallback& callback) override;
virtual void Drop(const AttachmentIdList& id,
- const DropCallback& callback) OVERRIDE;
+ const DropCallback& callback) override;
private:
virtual ~AttachmentStoreHandle();

Powered by Google App Engine
This is Rietveld 408576698