Chromium Code Reviews| Index: webkit/glue/mimetype_unittest.cc |
| =================================================================== |
| --- webkit/glue/mimetype_unittest.cc (revision 25715) |
| +++ webkit/glue/mimetype_unittest.cc (working copy) |
| @@ -22,7 +22,7 @@ |
| class MimeTypeTests : public TestShellTest { |
| public: |
| void LoadURL(const GURL& url) { |
| - test_shell_->LoadURL(UTF8ToWide(url.spec()).c_str()); |
| + test_shell_->LoadURL(url); |
| test_shell_->WaitTestFinished(); |
| } |