Index: trunk/src/components/url_fixer/url_fixer.cc |
=================================================================== |
--- trunk/src/components/url_fixer/url_fixer.cc (revision 289319) |
+++ trunk/src/components/url_fixer/url_fixer.cc (working copy) |
@@ -538,7 +538,7 @@ |
// Parse and rebuild about: and chrome: URLs, except about:blank. |
bool chrome_url = |
- !base::LowerCaseEqualsASCII(trimmed, url::kAboutBlankURL) && |
+ !LowerCaseEqualsASCII(trimmed, url::kAboutBlankURL) && |
((scheme == url::kAboutScheme) || (scheme == kChromeUIScheme)); |
// For some schemes whose layouts we understand, we rebuild it. |