Index: webkit/tools/test_shell/test_shell_test.h |
=================================================================== |
--- webkit/tools/test_shell/test_shell_test.h (revision 25715) |
+++ webkit/tools/test_shell/test_shell_test.h (working copy) |
@@ -20,8 +20,8 @@ |
class TestShellTest : public testing::Test { |
protected: |
// Returns the path "test_case_path/test_case". |
- std::wstring GetTestURL(const FilePath& test_case_path, |
- const std::string& test_case); |
+ GURL GetTestURL(const FilePath& test_case_path, |
+ const std::string& test_case); |
virtual void SetUp(); |
virtual void TearDown(); |