| Index: ash/common/system/chromeos/session/logout_button_tray.cc
|
| diff --git a/ash/common/system/chromeos/session/logout_button_tray.cc b/ash/common/system/chromeos/session/logout_button_tray.cc
|
| index 4e66f31c386f66ba9b6ddc065c4cc0a74e47d423..a3fda66280e3f5161ee3b8f571d859efba55bfa5 100644
|
| --- a/ash/common/system/chromeos/session/logout_button_tray.cc
|
| +++ b/ash/common/system/chromeos/session/logout_button_tray.cc
|
| @@ -109,7 +109,7 @@ LogoutButtonTray::LogoutButtonTray(WmShelf* wm_shelf)
|
| views::MdTextButton* button =
|
| views::MdTextButton::Create(this, base::string16());
|
| button->SetProminent(true);
|
| - button->set_bg_color_override(gfx::kGoogleRed700);
|
| + button->SetBgColorOverride(gfx::kGoogleRed700);
|
| // Base font size + 2 = 14.
|
| // TODO(estade): should this 2 be shared with other tray views? See
|
| // crbug.com/623987
|
|
|