diff options
Diffstat (limited to 'chrome/common/url_constants.cc')
-rw-r--r-- | chrome/common/url_constants.cc | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/chrome/common/url_constants.cc b/chrome/common/url_constants.cc index 2341c08..1db3b32 100644 --- a/chrome/common/url_constants.cc +++ b/chrome/common/url_constants.cc @@ -502,15 +502,15 @@ const char kLearnMoreEnterpriseURL[] = #endif const char* const kChromeDebugURLs[] = { - kChromeUICrashURL, - kChromeUIKillURL, - kChromeUIHangURL, + content::kChromeUICrashURL, + content::kChromeUIKillURL, + content::kChromeUIHangURL, content::kChromeUIShorthangURL, - kChromeUIGpuCleanURL, - kChromeUIGpuCrashURL, - kChromeUIGpuHangURL, - kChromeUIPpapiFlashCrashURL, - kChromeUIPpapiFlashHangURL + content::kChromeUIGpuCleanURL, + content::kChromeUIGpuCrashURL, + content::kChromeUIGpuHangURL, + content::kChromeUIPpapiFlashCrashURL, + content::kChromeUIPpapiFlashHangURL }; const int kNumberOfChromeDebugURLs = static_cast<int>(arraysize(kChromeDebugURLs)); |