Index: content/public/common/url_utils.cc |
diff --git a/content/public/common/url_utils.cc b/content/public/common/url_utils.cc |
index 1aa1a97051e904e6cf1b43147bb932c752c83102..bf37455694539f48cc85d99ced31ef8445a5e9d0 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) { |