| Index: ash/common/system/chromeos/audio/audio_detailed_view.cc
|
| diff --git a/ash/common/system/chromeos/audio/audio_detailed_view.cc b/ash/common/system/chromeos/audio/audio_detailed_view.cc
|
| index 85858b90236403b5f6246bea1603fc90a99769d7..4b362e2d54e35c8e0c2d14f0037d8f47b864daf4 100644
|
| --- a/ash/common/system/chromeos/audio/audio_detailed_view.cc
|
| +++ b/ash/common/system/chromeos/audio/audio_detailed_view.cc
|
| @@ -79,7 +79,7 @@ void AudioDetailedView::AddScrollListInfoItem(const base::string16& text) {
|
| else
|
| left_margin = margin;
|
|
|
| - label->SetBorder(views::Border::CreateEmptyBorder(
|
| + label->SetBorder(views::CreateEmptyBorder(
|
| ash::kTrayPopupPaddingBetweenItems, left_margin,
|
| ash::kTrayPopupPaddingBetweenItems, right_margin));
|
| label->SetHorizontalAlignment(gfx::ALIGN_LEFT);
|
|
|