| 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 562590a1f00c4400f690f91a37b7e13775bdbfb2..4772e8a34931edbe3e4a691fa3969e2544c4934e 100644
|
| --- a/ash/common/system/chromeos/audio/audio_detailed_view.cc
|
| +++ b/ash/common/system/chromeos/audio/audio_detailed_view.cc
|
| @@ -109,7 +109,7 @@ HoverHighlightView* AudioDetailedView::AddScrollListItem(
|
| bool checked) {
|
| HoverHighlightView* container = new HoverHighlightView(this);
|
|
|
| - container->AddLabelRowMd(text);
|
| + container->AddLabelRow(text);
|
| if (checked) {
|
| gfx::ImageSkia check_mark =
|
| gfx::CreateVectorIcon(kCheckCircleIcon, gfx::kGoogleGreen700);
|
|
|