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

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

Issue 667153007: 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 | « extensions/shell/test/shell_apitest.h ('k') | extensions/shell/test/shell_test_launcher_delegate.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: extensions/shell/test/shell_test.h
diff --git a/extensions/shell/test/shell_test.h b/extensions/shell/test/shell_test.h
index 286299d2604313ceb704b64cd704df7be9f2d607..fab2d151610b4fcd0f6140fc181c7848b8f2cabb 100644
--- a/extensions/shell/test/shell_test.h
+++ b/extensions/shell/test/shell_test.h
@@ -25,10 +25,10 @@ class ShellExtensionSystem;
class AppShellTest : public content::BrowserTestBase {
public:
AppShellTest();
- virtual ~AppShellTest();
+ ~AppShellTest() override;
// content::BrowserTestBase implementation.
- virtual void SetUp() override;
+ void SetUp() override;
void SetUpOnMainThread() override;
void RunTestOnMainThreadLoop() override;
« no previous file with comments | « extensions/shell/test/shell_apitest.h ('k') | extensions/shell/test/shell_test_launcher_delegate.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698