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

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

Issue 1056633004: Update {virtual,override} to follow C++11 style in components. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix logo tracker unittest. Created 5 years, 8 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 3b7ecd4198416edc7d9ab13cf3cd129edd62561b..8d22a256024f8e1023fdb3132cf7641794daa22c 100644
--- a/components/dom_distiller/core/dom_distiller_test_util.h
+++ b/components/dom_distiller/core/dom_distiller_test_util.h
@@ -26,11 +26,11 @@ class ObserverUpdatesMatcher
const std::vector<DomDistillerObserver::ArticleUpdate>&);
// MatcherInterface overrides.
- virtual bool MatchAndExplain(
+ 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;
+ void DescribeTo(std::ostream* os) const override;
+ void DescribeNegationTo(std::ostream* os) const override;
private:
void DescribeUpdates(std::ostream* os) const;

Powered by Google App Engine
This is Rietveld 408576698