| Index: ash/common/system/tray/hover_highlight_view.cc
|
| diff --git a/ash/common/system/tray/hover_highlight_view.cc b/ash/common/system/tray/hover_highlight_view.cc
|
| index e0b0e20afb7f9d3e65dfa5c2e70c9934df1f962c..a682486b75255d4d4c073870a2770a0064cc0a18 100644
|
| --- a/ash/common/system/tray/hover_highlight_view.cc
|
| +++ b/ash/common/system/tray/hover_highlight_view.cc
|
| @@ -127,7 +127,7 @@ views::Label* HoverHighlightView::AddLabel(const base::string16& text,
|
| left_margin += kTrayPopupDetailsLabelExtraLeftMargin;
|
| }
|
| text_label_->SetBorder(
|
| - views::Border::CreateEmptyBorder(5, left_margin, 5, right_margin));
|
| + views::CreateEmptyBorder(5, left_margin, 5, right_margin));
|
| text_label_->SetHorizontalAlignment(alignment);
|
| text_label_->SetFontList(GetFontList(highlight));
|
| // Do not set alpha value in disable color. It will have issue with elide
|
|
|