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

Unified Diff: components/dom_distiller/core/distiller.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/distiller.h
diff --git a/components/dom_distiller/core/distiller.h b/components/dom_distiller/core/distiller.h
index 9adb4bb80b35ff5a0fd87eff36cf2f81e67a04b1..425eed8e4c79a925f6cc0f3d55cf684cda2f4186 100644
--- a/components/dom_distiller/core/distiller.h
+++ b/components/dom_distiller/core/distiller.h
@@ -59,7 +59,7 @@ class DistillerFactoryImpl : public DistillerFactory {
scoped_ptr<DistillerURLFetcherFactory> distiller_url_fetcher_factory,
const dom_distiller::proto::DomDistillerOptions& dom_distiller_options);
virtual ~DistillerFactoryImpl();
- virtual scoped_ptr<Distiller> CreateDistiller() OVERRIDE;
+ virtual scoped_ptr<Distiller> CreateDistiller() override;
private:
scoped_ptr<DistillerURLFetcherFactory> distiller_url_fetcher_factory_;
@@ -78,7 +78,7 @@ class DistillerImpl : public Distiller {
const GURL& url,
scoped_ptr<DistillerPage> distiller_page,
const DistillationFinishedCallback& finished_cb,
- const DistillationUpdateCallback& update_cb) OVERRIDE;
+ const DistillationUpdateCallback& update_cb) override;
void SetMaxNumPagesInArticle(size_t max_num_pages);
« no previous file with comments | « components/dom_distiller/core/distilled_page_prefs_unittests.cc ('k') | components/dom_distiller/core/distiller_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698