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..53386c29cf58f0a6e3355535fa6a5f29e3d1b8f1 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_; |