| Index: ash/system/user/user_view.cc
|
| diff --git a/ash/system/user/user_view.cc b/ash/system/user/user_view.cc
|
| index f5eb6833f10485155de74891b18a003127eee591..6707686419e4cfc64ecea04d5ddbaf6c6a470f5f 100644
|
| --- a/ash/system/user/user_view.cc
|
| +++ b/ash/system/user/user_view.cc
|
| @@ -283,8 +283,8 @@ void UserView::Layout() {
|
| int remaining_width = contents_area.width() - logout_area.width();
|
| if (IsMultiProfileSupportedAndUserActive() ||
|
| IsMultiAccountSupportedAndUserActive()) {
|
| - // In multiprofile case |user_card_view_| and |logout_button_| have to
|
| - // have the same height.
|
| + // In multiprofile/multiaccount case |user_card_view_| and
|
| + // |logout_button_| have to have the same height.
|
| int y = std::min(user_card_area.y(), logout_area.y());
|
| int height = std::max(user_card_area.height(), logout_area.height());
|
| logout_area.set_y(y);
|
|
|