Index: components/url_fixer/url_fixer.cc |
diff --git a/components/url_fixer/url_fixer.cc b/components/url_fixer/url_fixer.cc |
index 5b90cd203e1ee17be52aa73222999926687d24e6..a63ed547baf4a4780d4ba8bb58ddfd1a3b4a803f 100644 |
--- a/components/url_fixer/url_fixer.cc |
+++ b/components/url_fixer/url_fixer.cc |
@@ -538,7 +538,7 @@ GURL url_fixer::FixupURL(const std::string& text, |
// Parse and rebuild about: and chrome: URLs, except about:blank. |
bool chrome_url = |
- !LowerCaseEqualsASCII(trimmed, url::kAboutBlankURL) && |
+ !base::LowerCaseEqualsASCII(trimmed, url::kAboutBlankURL) && |
((scheme == url::kAboutScheme) || (scheme == kChromeUIScheme)); |
// For some schemes whose layouts we understand, we rebuild it. |