| Index: chrome/browser/ui/autofill/autofill_popup_controller_impl.cc
|
| diff --git a/chrome/browser/ui/autofill/autofill_popup_controller_impl.cc b/chrome/browser/ui/autofill/autofill_popup_controller_impl.cc
|
| index 7b6acf6cfcc1ab5d7ca640b9a2fc007414f167d8..1e377b7c526ecf15bb175166e7b8362d80d3eb96 100644
|
| --- a/chrome/browser/ui/autofill/autofill_popup_controller_impl.cc
|
| +++ b/chrome/browser/ui/autofill/autofill_popup_controller_impl.cc
|
| @@ -83,7 +83,7 @@ AutofillPopupControllerImpl::AutofillPopupControllerImpl(
|
| #if !defined(OS_ANDROID)
|
| smaller_font_list_ =
|
| normal_font_list_.DeriveWithSizeDelta(kSmallerFontSizeDelta);
|
| - bold_font_list_ = normal_font_list_.DeriveWithStyle(gfx::Font::BOLD);
|
| + bold_font_list_ = normal_font_list_.DeriveWithWeight(gfx::Font::WEIGHT_BOLD);
|
| #if defined(OS_MACOSX)
|
| // There is no italic version of the system font.
|
| warning_font_list_ = normal_font_list_;
|
|
|