diff options
Diffstat (limited to 'content/public/common/url_utils.cc')
-rw-r--r-- | content/public/common/url_utils.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/content/public/common/url_utils.cc b/content/public/common/url_utils.cc index 1aa1a97..bf37455 100644 --- a/content/public/common/url_utils.cc +++ b/content/public/common/url_utils.cc @@ -26,7 +26,7 @@ bool HasWebUIScheme(const GURL& url) { #if !defined(OS_IOS) url.SchemeIs(chrome::kChromeDevToolsScheme) || #endif - url.SchemeIs(chrome::kChromeUIScheme); + url.SchemeIs(kChromeUIScheme); } bool IsSavableURL(const GURL& url) { |