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

Unified Diff: extensions/shell/test/shell_test.h

Issue 664933004: Standardize usage of virtual/override/final in extensions/ (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
Index: extensions/shell/test/shell_test.h
diff --git a/extensions/shell/test/shell_test.h b/extensions/shell/test/shell_test.h
index 29e1f25fca47faab000b2ca372c13c9491a1dbb3..286299d2604313ceb704b64cd704df7be9f2d607 100644
--- a/extensions/shell/test/shell_test.h
+++ b/extensions/shell/test/shell_test.h
@@ -29,8 +29,8 @@ class AppShellTest : public content::BrowserTestBase {
// content::BrowserTestBase implementation.
virtual void SetUp() override;
- virtual void SetUpOnMainThread() override;
- virtual void RunTestOnMainThreadLoop() override;
+ void SetUpOnMainThread() override;
+ void RunTestOnMainThreadLoop() override;
content::BrowserContext* browser_context() { return browser_context_; }
« no previous file with comments | « extensions/shell/browser/shell_extension_system.h ('k') | extensions/test/extension_test_message_listener.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698