| Index: ash/common/system/user/user_view.cc
 | 
| diff --git a/ash/common/system/user/user_view.cc b/ash/common/system/user/user_view.cc
 | 
| index ba53d7cf428b1ff7519207ce448d05e66706ca13..9af98e8a24ca8d626ad74a67437f3bf2cc53d41f 100644
 | 
| --- a/ash/common/system/user/user_view.cc
 | 
| +++ b/ash/common/system/user/user_view.cc
 | 
| @@ -73,8 +73,7 @@ views::View* CreateAddUserView(AddUserSessionPolicy policy,
 | 
|    auto layout =
 | 
|        new views::BoxLayout(views::BoxLayout::kHorizontal, 0, 0,
 | 
|                             kTrayPopupLabelHorizontalPadding + icon_padding);
 | 
| -  layout->set_minimum_cross_axis_size(
 | 
| -      GetTrayConstant(TRAY_POPUP_ITEM_MIN_HEIGHT));
 | 
| +  layout->set_minimum_cross_axis_size(kTrayPopupItemMinHeight);
 | 
|    view->SetLayoutManager(layout);
 | 
|    view->set_background(
 | 
|        views::Background::CreateSolidBackground(kBackgroundColor));
 | 
| 
 |