| Index: content/browser/web_contents/debug_urls.cc
|
| diff --git a/content/browser/web_contents/debug_urls.cc b/content/browser/web_contents/debug_urls.cc
|
| index f62f0b3bf0a3e5bcea637618a139ffeb77fb351a..c321b0556c4be8870a333e92e0a72a7a7716b6d2 100644
|
| --- a/content/browser/web_contents/debug_urls.cc
|
| +++ b/content/browser/web_contents/debug_urls.cc
|
| @@ -42,7 +42,7 @@ bool HandleDebugURL(const GURL& url, PageTransition transition) {
|
| if (!(transition & PAGE_TRANSITION_FROM_ADDRESS_BAR))
|
| return false;
|
|
|
| - if (url.host() == chrome::kChromeUIBrowserCrashHost) {
|
| + if (url.host() == kChromeUIBrowserCrashHost) {
|
| // Induce an intentional crash in the browser process.
|
| CHECK(false);
|
| return true;
|
|
|