| Index: chrome/browser/search_engines/template_url_parser.cc
|
| diff --git a/chrome/browser/search_engines/template_url_parser.cc b/chrome/browser/search_engines/template_url_parser.cc
|
| index 7ccad03337af839c810a76e4839eb44919108362..44a654f1ebbc647bd2c73d2ce39e55977d43182e 100644
|
| --- a/chrome/browser/search_engines/template_url_parser.cc
|
| +++ b/chrome/browser/search_engines/template_url_parser.cc
|
| @@ -260,7 +260,7 @@ void TemplateURLParsingContext::EndElementImpl(void* ctx, const xmlChar* name) {
|
| break;
|
| }
|
| case TemplateURLParsingContext::INPUT_ENCODING: {
|
| - std::string input_encoding = UTF16ToASCII(context->string_);
|
| + std::string input_encoding = base::UTF16ToASCII(context->string_);
|
| if (IsValidEncodingString(input_encoding))
|
| context->data_.input_encodings.push_back(input_encoding);
|
| break;
|
|
|