summaryrefslogtreecommitdiffstats
path: root/ash/system/user/user_view.cc
diff options
context:
space:
mode:
Diffstat (limited to 'ash/system/user/user_view.cc')
-rw-r--r--ash/system/user/user_view.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/ash/system/user/user_view.cc b/ash/system/user/user_view.cc
index 0d66217..f3646a7 100644
--- a/ash/system/user/user_view.cc
+++ b/ash/system/user/user_view.cc
@@ -451,7 +451,7 @@ void UserView::AddUserCard(user::LoginStatus login) {
is_user_card_button_ = true;
}
AddChildViewAt(user_card_view_, 0);
- // Card for locally managed user can consume more space than currently
+ // Card for supervised user can consume more space than currently
// available. In that case we should increase system bubble's width.
if (login == user::LOGGED_IN_PUBLIC)
bubble_view->SetWidth(GetPreferredSize().width());