Index: chrome/browser/ui/views/first_run_search_engine_view.cc |
=================================================================== |
--- chrome/browser/ui/views/first_run_search_engine_view.cc (revision 71358) |
+++ chrome/browser/ui/views/first_run_search_engine_view.cc (working copy) |
@@ -92,7 +92,7 @@ |
// screenreaders. It uses the browser name rather than the text of the |
// button "Choose", since it's not obvious to a screenreader user which |
// browser each button corresponds to. |
- SetAccessibleName(search_engine_->short_name()); |
+ SetAccessibleName(WideToUTF16Hack(search_engine_->short_name())); |
} |
int SearchEngineChoice::GetChoiceViewWidth() { |