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

Unified Diff: components/dom_distiller/core/dom_distiller_test_util.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/dom_distiller_test_util.h
diff --git a/components/dom_distiller/core/dom_distiller_test_util.h b/components/dom_distiller/core/dom_distiller_test_util.h
index dca8fcb4a5318d902c803e81c1948570d30e2664..3b7ecd4198416edc7d9ab13cf3cd129edd62561b 100644
--- a/components/dom_distiller/core/dom_distiller_test_util.h
+++ b/components/dom_distiller/core/dom_distiller_test_util.h
@@ -28,9 +28,9 @@ class ObserverUpdatesMatcher
// MatcherInterface overrides.
virtual bool MatchAndExplain(
const std::vector<DomDistillerObserver::ArticleUpdate>& actual_updates,
- testing::MatchResultListener* listener) const OVERRIDE;
- virtual void DescribeTo(std::ostream* os) const OVERRIDE;
- virtual void DescribeNegationTo(std::ostream* os) const OVERRIDE;
+ testing::MatchResultListener* listener) const override;
+ virtual void DescribeTo(std::ostream* os) const override;
+ virtual void DescribeNegationTo(std::ostream* os) const override;
private:
void DescribeUpdates(std::ostream* os) const;
« no previous file with comments | « components/dom_distiller/core/dom_distiller_store_unittest.cc ('k') | components/dom_distiller/core/fake_distiller.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698