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

Unified Diff: webkit/tools/test_shell/test_shell_platform_delegate.h

Issue 11419224: Add missing (and remove superfluous) 'explicit' from constructors. Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebase + remove non-straightforward changes Created 7 years, 11 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: webkit/tools/test_shell/test_shell_platform_delegate.h
diff --git a/webkit/tools/test_shell/test_shell_platform_delegate.h b/webkit/tools/test_shell/test_shell_platform_delegate.h
index e2d419aa00ce94936981ed161a7b4c9c05109c22..55d1db464d13838daded9824789e02edfd56aca3 100644
--- a/webkit/tools/test_shell/test_shell_platform_delegate.h
+++ b/webkit/tools/test_shell/test_shell_platform_delegate.h
@@ -14,7 +14,7 @@ class TestShellPlatformDelegate {
// The TestShellPlatformDelegate object is scoped to main(), and so
// its constructor is a good place to put per-application initialization
// (as opposed to per-test code, which should go into the TestShell class).
- TestShellPlatformDelegate(const CommandLine& command_line);
+ explicit TestShellPlatformDelegate(const CommandLine& command_line);
~TestShellPlatformDelegate();
// CheckLayoutTestSystemDependencies: check for any system dependencies that
« no previous file with comments | « webkit/tools/test_shell/test_navigation_controller.h ('k') | webkit/tools/test_shell/test_webview_delegate_mac.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698