Index: chrome/browser/dom_ui/dom_ui_contents.cc |
=================================================================== |
--- chrome/browser/dom_ui/dom_ui_contents.cc (revision 10992) |
+++ chrome/browser/dom_ui/dom_ui_contents.cc (working copy) |
@@ -288,7 +288,7 @@ |
} |
if (url.host() == DebuggerContents::GetBaseURL().host()) { |
return new DebuggerContents(this); |
- } |
+ } |
if (url.host() == DevToolsUI::GetBaseURL().host()) { |
return new DevToolsUI(this); |
} |