| Index: ash/system/user/user_card_view.cc
|
| diff --git a/ash/system/user/user_card_view.cc b/ash/system/user/user_card_view.cc
|
| index bd77ef93eb05a9540a4eb091ae7be4bfe7e73fdf..93034cbf5b2ff3ad2a1720cbd41e66a486f6383a 100644
|
| --- a/ash/system/user/user_card_view.cc
|
| +++ b/ash/system/user/user_card_view.cc
|
| @@ -293,8 +293,7 @@
|
| layout->set_cross_axis_alignment(
|
| views::BoxLayout::CROSS_AXIS_ALIGNMENT_CENTER);
|
|
|
| - set_background(views::Background::CreateThemedSolidBackground(
|
| - this, ui::NativeTheme::kColorId_BubbleBackground));
|
| + set_background(views::Background::CreateSolidBackground(kBackgroundColor));
|
|
|
| Shell::Get()->media_controller()->AddObserver(this);
|
|
|
|
|