Index: ui/app_list/views/speech_view.cc |
diff --git a/ui/app_list/views/speech_view.cc b/ui/app_list/views/speech_view.cc |
index b8fa7f551faf96451e121bc16cc2e3cca68cd883..f771d3823e71cd761400bf480298031e445a963d 100644 |
--- a/ui/app_list/views/speech_view.cc |
+++ b/ui/app_list/views/speech_view.cc |
@@ -144,7 +144,8 @@ SpeechView::SpeechView(AppListViewDelegate* delegate) |
// TODO(mukai): use BoundedLabel to cap 2 lines. |
ui::ResourceBundle& bundle = ui::ResourceBundle::GetSharedInstance(); |
speech_result_ = new views::Label( |
- base::string16(), bundle.GetFontList(ui::ResourceBundle::LargeFont)); |
+ base::string16(), views::Label::CustomFont{ |
+ bundle.GetFontList(ui::ResourceBundle::LargeFont)}); |
speech_result_->SetMultiLine(true); |
speech_result_->SetHorizontalAlignment(gfx::ALIGN_LEFT); |