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

Unified Diff: chrome/test/base/chrome_render_view_host_test_harness.h

Issue 679273002: Standardize usage of virtual/override/final specifiers. (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
« no previous file with comments | « chrome/test/base/browser_with_test_window_test.h ('k') | chrome/test/base/chrome_render_view_test.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/test/base/chrome_render_view_host_test_harness.h
diff --git a/chrome/test/base/chrome_render_view_host_test_harness.h b/chrome/test/base/chrome_render_view_host_test_harness.h
index 7df7bd338c0daca85cb90e318af02ae5287a2fc8..ebba6c7930fb1b3bed06765df2166d04bb731e7b 100644
--- a/chrome/test/base/chrome_render_view_host_test_harness.h
+++ b/chrome/test/base/chrome_render_view_host_test_harness.h
@@ -20,13 +20,13 @@ class ChromeRenderViewHostTestHarness
: public content::RenderViewHostTestHarness {
public:
ChromeRenderViewHostTestHarness();
- virtual ~ChromeRenderViewHostTestHarness();
+ ~ChromeRenderViewHostTestHarness() override;
TestingProfile* profile();
protected:
// testing::Test
- virtual void TearDown() override;
+ void TearDown() override;
// content::RenderViewHostTestHarness.
content::BrowserContext* CreateBrowserContext() override;
« no previous file with comments | « chrome/test/base/browser_with_test_window_test.h ('k') | chrome/test/base/chrome_render_view_test.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698