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

Unified Diff: extensions/shell/test/shell_test_launcher_delegate.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_test.h ('k') | no next file » | 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 c6fbfdfcb11f49a71db2fe0899b80f98979b0cae..58976db04eda28af189d342c19bbbce4ed17c2c3 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 bool AdjustChildProcessCommandLine(
+ int RunTestSuite(int argc, char** argv) override;
+ bool AdjustChildProcessCommandLine(
base::CommandLine* command_line,
const base::FilePath& temp_data_dir) override;
- virtual content::ContentMainDelegate* CreateContentMainDelegate() override;
+ content::ContentMainDelegate* CreateContentMainDelegate() override;
};
} // namespace extensions
« no previous file with comments | « extensions/shell/test/shell_test.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698