| Index: ash/system/chromeos/audio/tray_audio.cc
|
| diff --git a/ash/system/chromeos/audio/tray_audio.cc b/ash/system/chromeos/audio/tray_audio.cc
|
| index 0f05ffa212e34543e02f667e9c4f8965f9aed773..01aa64de37009cd1044c5cebffb41f559ad66f9d 100644
|
| --- a/ash/system/chromeos/audio/tray_audio.cc
|
| +++ b/ash/system/chromeos/audio/tray_audio.cc
|
| @@ -500,11 +500,11 @@ class AudioDetailedView : public TrayDetailsView,
|
| else
|
| left_margin = margin;
|
|
|
| - label->set_border(views::Border::CreateEmptyBorder(
|
| - ash::kTrayPopupPaddingBetweenItems,
|
| - left_margin,
|
| - ash::kTrayPopupPaddingBetweenItems,
|
| - right_margin));
|
| + label->SetBorder(
|
| + views::Border::CreateEmptyBorder(ash::kTrayPopupPaddingBetweenItems,
|
| + left_margin,
|
| + ash::kTrayPopupPaddingBetweenItems,
|
| + right_margin));
|
| label->SetHorizontalAlignment(gfx::ALIGN_LEFT);
|
| label->SetEnabledColor(SkColorSetARGB(192, 0, 0, 0));
|
| label->SetFontList(label->font_list().DeriveFontListWithSizeDeltaAndStyle(
|
|
|