| 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..42c72c278981939baf9e7b91523c847b62ee1bc6 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), {gfx::FontList(font)}); | 
|  | 
| styled()->SetBounds(0, | 
| 0, | 
|  |