| Index: ash/system/session/logout_button_tray.cc
|
| diff --git a/ash/system/session/logout_button_tray.cc b/ash/system/session/logout_button_tray.cc
|
| index f562e7279d0e9a125e52f9968a1c687b1d13de60..a1fc8f8706a4f0d311f0712e5822531e63f41bc1 100644
|
| --- a/ash/system/session/logout_button_tray.cc
|
| +++ b/ash/system/session/logout_button_tray.cc
|
| @@ -88,7 +88,7 @@
|
| SetBorder(border.PassAs<views::Border>());
|
| set_animate_on_state_change(false);
|
|
|
| - set_min_size(gfx::Size(0, kShelfItemHeight));
|
| + set_min_size(gfx::Size(0, GetShelfItemHeight()));
|
| }
|
|
|
| LogoutButton::~LogoutButton() {
|
|
|