| 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
|
|
|