| Index: ui/views/controls/styled_label_unittest.cc
|
| diff --git a/ui/views/controls/styled_label_unittest.cc b/ui/views/controls/styled_label_unittest.cc
|
| index 806a75c0ca34431943c62757943b557d55522faa..68a6720c7b886b98ed921050a942b02beb209a75 100644
|
| --- a/ui/views/controls/styled_label_unittest.cc
|
| +++ b/ui/views/controls/styled_label_unittest.cc
|
| @@ -489,7 +489,7 @@ TEST_F(StyledLabelTest, SetBaseFontList) {
|
| std::string font_name("arial");
|
| gfx::Font font(font_name, 30);
|
| styled()->SetBaseFontList(gfx::FontList(font));
|
| - Label label(ASCIIToUTF16(text), gfx::FontList(font));
|
| + Label label(ASCIIToUTF16(text), Label::CustomFont{gfx::FontList(font)});
|
|
|
| styled()->SetBounds(0,
|
| 0,
|
|
|