Index: webkit/tools/test_shell/test_shell.cc |
diff --git a/webkit/tools/test_shell/test_shell.cc b/webkit/tools/test_shell/test_shell.cc |
index cb1e00700c51b90079a6e07391bf30597f807e6f..81c688629ea35db419e323f518c3719b99fc5009 100644 |
--- a/webkit/tools/test_shell/test_shell.cc |
+++ b/webkit/tools/test_shell/test_shell.cc |
@@ -86,8 +86,8 @@ const int kSVGTestWindowHeight = 360; |
// URLRequestTestShellFileJob is used to serve the inspector |
class URLRequestTestShellFileJob : public URLRequestFileJob { |
public: |
- static URLRequestJob* InspectorFactory(net::URLRequest* request, |
- const std::string& scheme) { |
+ static net::URLRequestJob* InspectorFactory(net::URLRequest* request, |
+ const std::string& scheme) { |
FilePath path; |
PathService::Get(base::DIR_EXE, &path); |
path = path.AppendASCII("resources"); |