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

Unified Diff: chrome/test/base/in_process_browser_test.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/chrome_render_view_test.h ('k') | chrome/test/base/javascript_browser_test.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/test/base/in_process_browser_test.h
diff --git a/chrome/test/base/in_process_browser_test.h b/chrome/test/base/in_process_browser_test.h
index 338343b564eb6c95e95a5909cc4909f0215dde50..3a45f8d28b1a0e2c24ea68069b5ac04cad955f06 100644
--- a/chrome/test/base/in_process_browser_test.h
+++ b/chrome/test/base/in_process_browser_test.h
@@ -94,14 +94,14 @@ class ContentRendererClient;
class InProcessBrowserTest : public content::BrowserTestBase {
public:
InProcessBrowserTest();
- virtual ~InProcessBrowserTest();
+ ~InProcessBrowserTest() override;
// Configures everything for an in process browser test, then invokes
// BrowserMain. BrowserMain ends up invoking RunTestOnMainThreadLoop.
- virtual void SetUp() override;
+ void SetUp() override;
// Restores state configured in SetUp.
- virtual void TearDown() override;
+ void TearDown() override;
protected:
// Returns the browser created by CreateBrowser.
« no previous file with comments | « chrome/test/base/chrome_render_view_test.h ('k') | chrome/test/base/javascript_browser_test.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698