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_launcher_delegate.h

Issue 622343002: replace OVERRIDE and FINAL with override and 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
« no previous file with comments | « extensions/shell/test/shell_test.h ('k') | extensions/test/extension_test_message_listener.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: extensions/shell/test/shell_test_launcher_delegate.h
diff --git a/extensions/shell/test/shell_test_launcher_delegate.h b/extensions/shell/test/shell_test_launcher_delegate.h
index 8e62f5ded1428dedf7d89be13ae9e1d3306a3291..c6fbfdfcb11f49a71db2fe0899b80f98979b0cae 100644
--- a/extensions/shell/test/shell_test_launcher_delegate.h
+++ b/extensions/shell/test/shell_test_launcher_delegate.h
@@ -11,11 +11,11 @@ namespace extensions {
class AppShellTestLauncherDelegate : public content::TestLauncherDelegate {
public:
- virtual int RunTestSuite(int argc, char** argv) OVERRIDE;
+ virtual int RunTestSuite(int argc, char** argv) override;
virtual bool AdjustChildProcessCommandLine(
base::CommandLine* command_line,
- const base::FilePath& temp_data_dir) OVERRIDE;
- virtual content::ContentMainDelegate* CreateContentMainDelegate() OVERRIDE;
+ const base::FilePath& temp_data_dir) override;
+ virtual content::ContentMainDelegate* CreateContentMainDelegate() override;
};
} // namespace extensions
« no previous file with comments | « extensions/shell/test/shell_test.h ('k') | extensions/test/extension_test_message_listener.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698