| Index: ash/system/tray/hover_highlight_view.cc
|
| diff --git a/ash/system/tray/hover_highlight_view.cc b/ash/system/tray/hover_highlight_view.cc
|
| index 488b3e743691c83015eec9b45cc97906115637fe..a1b08db257ce30e61786e0aac98de0131f37a89c 100644
|
| --- a/ash/system/tray/hover_highlight_view.cc
|
| +++ b/ash/system/tray/hover_highlight_view.cc
|
| @@ -77,7 +77,7 @@ views::Label* HoverHighlightView::AddLabel(const base::string16& text,
|
| right_margin = margin;
|
| else
|
| left_margin = margin;
|
| - text_label_->set_border(
|
| + text_label_->SetBorder(
|
| views::Border::CreateEmptyBorder(5, left_margin, 5, right_margin));
|
| text_label_->SetHorizontalAlignment(gfx::ALIGN_LEFT);
|
| text_label_->SetFontList(
|
|
|