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

Unified Diff: components/dom_distiller/content/web_contents_main_frame_observer_unittest.cc

Issue 824513003: Standardize usage of virtual/override/final specifiers in components/. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Simplify Created 6 years 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/content/web_contents_main_frame_observer_unittest.cc
diff --git a/components/dom_distiller/content/web_contents_main_frame_observer_unittest.cc b/components/dom_distiller/content/web_contents_main_frame_observer_unittest.cc
index 0e90092577e30bf8baaff948846ee04ba2ed3ea4..eeed653e3c80368a7f133866ba8098bc3a857fcb 100644
--- a/components/dom_distiller/content/web_contents_main_frame_observer_unittest.cc
+++ b/components/dom_distiller/content/web_contents_main_frame_observer_unittest.cc
@@ -15,7 +15,7 @@ namespace dom_distiller {
class WebContentsMainFrameObserverTest
: public content::RenderViewHostTestHarness {
- virtual void SetUp() override {
+ void SetUp() override {
content::RenderViewHostTestHarness::SetUp();
dom_distiller::WebContentsMainFrameObserver::CreateForWebContents(
web_contents());

Powered by Google App Engine
This is Rietveld 408576698