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, |