diff options
Diffstat (limited to 'webkit/tools/test_shell/test_shell_test.h')
-rw-r--r-- | webkit/tools/test_shell/test_shell_test.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/webkit/tools/test_shell/test_shell_test.h b/webkit/tools/test_shell/test_shell_test.h index 6cff03b..137fc71 100644 --- a/webkit/tools/test_shell/test_shell_test.h +++ b/webkit/tools/test_shell/test_shell_test.h @@ -17,7 +17,7 @@ class TestShellTest : public testing::Test { protected: // Returns the path "test_case_path/test_case". - std::wstring GetTestURL(std::wstring test_case_path, + std::wstring GetTestURL(std::wstring test_case_path, const std::wstring& test_case); virtual void SetUp(); @@ -27,7 +27,7 @@ class TestShellTest : public testing::Test { virtual void CreateEmptyWindow(); static const char* kJavascriptDelayExitScript; - + protected: // Location of SOURCE_ROOT/webkit/data/ std::wstring data_dir_; |