| Index: ash/system/date/date_view.cc
|
| diff --git a/ash/system/date/date_view.cc b/ash/system/date/date_view.cc
|
| index 7caae7116e26a81a493a36db96630535522a7802..10a5ed14d48f0e065ca8714f3f409764678fe1dc 100644
|
| --- a/ash/system/date/date_view.cc
|
| +++ b/ash/system/date/date_view.cc
|
| @@ -301,8 +301,8 @@ void TimeView::SetupLabels() {
|
| void TimeView::SetupLabel(views::Label* label) {
|
| label->set_owned_by_client();
|
| SetupLabelForTray(label);
|
| - label->SetFontList(label->font_list().DeriveFontListWithSizeDeltaAndStyle(
|
| - 0, label->font_list().GetFontStyle() & ~gfx::Font::BOLD));
|
| + label->SetFontList(label->font_list().DeriveWithStyle(
|
| + label->font_list().GetFontStyle() & ~gfx::Font::BOLD));
|
| }
|
|
|
| } // namespace tray
|
|
|