| Index: chrome/browser/file_select_helper.cc
|
| diff --git a/chrome/browser/file_select_helper.cc b/chrome/browser/file_select_helper.cc
|
| index 1ebbe66398caf68eff957afaa7a35ed392901c44..bfba698c5742cee98c039e63859f0c6a564bbd50 100644
|
| --- a/chrome/browser/file_select_helper.cc
|
| +++ b/chrome/browser/file_select_helper.cc
|
| @@ -250,7 +250,7 @@ FileSelectHelper::GetFileTypesFromAcceptType(
|
| int valid_type_count = 0;
|
| int description_id = 0;
|
| for (size_t i = 0; i < accept_types.size(); ++i) {
|
| - std::string ascii_type = UTF16ToASCII(accept_types[i]);
|
| + std::string ascii_type = base::UTF16ToASCII(accept_types[i]);
|
| if (!IsAcceptTypeValid(ascii_type))
|
| continue;
|
|
|
|
|