Index: components/search_engines/template_url_parser.cc |
diff --git a/components/search_engines/template_url_parser.cc b/components/search_engines/template_url_parser.cc |
index 5c6eae5ef587141ae01d1cddb2f5123054ec9177..49961d7bf8e75d972c0ce17dd943f1d0dbfee832 100644 |
--- a/components/search_engines/template_url_parser.cc |
+++ b/components/search_engines/template_url_parser.cc |
@@ -345,7 +345,7 @@ void TemplateURLParsingContext::ParseURL(const xmlChar** atts) { |
} else if (name == kURLTemplateAttribute) { |
template_url = XMLCharToString(value); |
} else if (name == kParamMethodAttribute) { |
- is_post = LowerCaseEqualsASCII(XMLCharToString(value), "post"); |
+ is_post = base::LowerCaseEqualsASCII(XMLCharToString(value), "post"); |
} |
} |