Index: content/shell/browser/shell_devtools_frontend.cc |
diff --git a/content/shell/browser/shell_devtools_frontend.cc b/content/shell/browser/shell_devtools_frontend.cc |
index 7f719521878b0f68586d523bc5c11a7dcd27858a..4facf23428ac60f2a1d332487a287680fc6c1d94 100644 |
--- a/content/shell/browser/shell_devtools_frontend.cc |
+++ b/content/shell/browser/shell_devtools_frontend.cc |
@@ -111,7 +111,7 @@ ShellDevToolsFrontend* ShellDevToolsFrontend::Show( |
ShellContentBrowserClient::Get() |
->shell_browser_main_parts() |
->devtools_http_handler(); |
- shell->LoadURL(http_handler->GetFrontendURL("/devtools/devtools.html")); |
+ shell->LoadURL(http_handler->GetFrontendURL("/devtools/inspector.html")); |
return devtools_frontend; |
} |