| Index: chrome/browser/ui/views/profiles/profile_chooser_view.cc
|
| diff --git a/chrome/browser/ui/views/profiles/profile_chooser_view.cc b/chrome/browser/ui/views/profiles/profile_chooser_view.cc
|
| index 638f0497ac04f9402533ff635c246fdd5f822342..f2a8cfdbc1fe475bdac149e13d18842ad727a703 100644
|
| --- a/chrome/browser/ui/views/profiles/profile_chooser_view.cc
|
| +++ b/chrome/browser/ui/views/profiles/profile_chooser_view.cc
|
| @@ -534,7 +534,7 @@ class EditableProfileName : public views::View,
|
| AddChildView(profile_name_textfield_);
|
|
|
| button_ = new RightAlignedIconLabelButton(this, text);
|
| - button_->SetFontList(medium_font_list);
|
| + button_->SetFontListDeprecated(medium_font_list);
|
| // Show an "edit" pencil icon when hovering over. In the default state,
|
| // we need to create an empty placeholder of the correct size, so that
|
| // the text doesn't jump around when the hovered icon appears.
|
|
|