| 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 785b9056879b141bc99e0d9735b1b2bbe5eaae18..7ea6c35a292f8bb5fe7135d00f8a53a827df6351 100644
|
| --- a/ash/common/system/chromeos/session/logout_button_tray.cc
|
| +++ b/ash/common/system/chromeos/session/logout_button_tray.cc
|
| @@ -107,7 +107,7 @@ LogoutButtonTray::LogoutButtonTray(WmShelf* wm_shelf)
|
| show_logout_button_in_tray_(false) {
|
| if (MaterialDesignController::IsShelfMaterial()) {
|
| views::MdTextButton* button =
|
| - views::MdTextButton::CreateMdButton(this, base::string16());
|
| + views::MdTextButton::Create(this, base::string16());
|
| button->SetCallToAction(true);
|
| button->set_bg_color_override(gfx::kGoogleRed700);
|
| // Base font size + 2 = 14.
|
|
|