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

Unified Diff: sync/internal_api/public/attachments/in_memory_attachment_store.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
« no previous file with comments | « sync/internal_api/public/attachments/attachment_store_handle.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sync/internal_api/public/attachments/in_memory_attachment_store.h
diff --git a/sync/internal_api/public/attachments/in_memory_attachment_store.h b/sync/internal_api/public/attachments/in_memory_attachment_store.h
index 06a982bb224a309aa9798bd5d077dbb0e4af903e..adf4035a9173b7c0d9fcd8dc2509d4d8b367e351 100644
--- a/sync/internal_api/public/attachments/in_memory_attachment_store.h
+++ b/sync/internal_api/public/attachments/in_memory_attachment_store.h
@@ -27,11 +27,11 @@ class SYNC_EXPORT InMemoryAttachmentStore : public AttachmentStoreBase,
// AttachmentStoreBase implementation.
virtual void Read(const AttachmentIdList& ids,
- 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& ids,
- const DropCallback& callback) OVERRIDE;
+ const DropCallback& callback) override;
private:
scoped_refptr<base::SingleThreadTaskRunner> callback_task_runner_;
« no previous file with comments | « sync/internal_api/public/attachments/attachment_store_handle.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698