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

Unified Diff: content/public/test/content_browser_test.h

Issue 686523002: Standardize usage of virtual/override/final specifiers. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase 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 | « content/public/test/browser_test_base.h ('k') | content/public/test/render_view_test.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/public/test/content_browser_test.h
diff --git a/content/public/test/content_browser_test.h b/content/public/test/content_browser_test.h
index afd3ccced9fa8f8f856356898f4dfb3688dfa936..cd73852389369cd8a0d2c9d25c73cdf25fcaeb7c 100644
--- a/content/public/test/content_browser_test.h
+++ b/content/public/test/content_browser_test.h
@@ -17,11 +17,11 @@ class ShellMainDelegate;
class ContentBrowserTest : public BrowserTestBase {
protected:
ContentBrowserTest();
- virtual ~ContentBrowserTest();
+ ~ContentBrowserTest() override;
// testing::Test:
- virtual void SetUp() override;
- virtual void TearDown() override;
+ void SetUp() override;
+ void TearDown() override;
// BrowserTestBase:
void RunTestOnMainThreadLoop() override;
« no previous file with comments | « content/public/test/browser_test_base.h ('k') | content/public/test/render_view_test.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698