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

Unified Diff: components/dom_distiller/core/distilled_content_store.h

Issue 623133002: replace OVERRIDE and FINAL with override and final in components/ (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: components/dom_distiller/core/distilled_content_store.h
diff --git a/components/dom_distiller/core/distilled_content_store.h b/components/dom_distiller/core/distilled_content_store.h
index ea69ea61792ec4a65de3c8aa5227e7d4892e18d5..4312b0153eb7bcc3f7480248eea1597f3071af95 100644
--- a/components/dom_distiller/core/distilled_content_store.h
+++ b/components/dom_distiller/core/distilled_content_store.h
@@ -50,9 +50,9 @@ class InMemoryContentStore : public DistilledContentStore {
// DistilledContentStore implementation
virtual void SaveContent(const ArticleEntry& entry,
const DistilledArticleProto& proto,
- SaveCallback callback) OVERRIDE;
+ SaveCallback callback) override;
virtual void LoadContent(const ArticleEntry& entry,
- LoadCallback callback) OVERRIDE;
+ LoadCallback callback) override;
// Synchronously saves the content.
void InjectContent(const ArticleEntry& entry,

Powered by Google App Engine
This is Rietveld 408576698