Index: ash/common/system/user/user_card_view.cc |
diff --git a/ash/common/system/user/user_card_view.cc b/ash/common/system/user/user_card_view.cc |
index a3bae8777a4eda59673a56ff915463493bc4ce49..1fcbcb276ae4b661b24a4fab10db75b2984a6540 100644 |
--- a/ash/common/system/user/user_card_view.cc |
+++ b/ash/common/system/user/user_card_view.cc |
@@ -376,7 +376,8 @@ void UserCardView::AddUserContent(LoginStatus login_status, int user_index) { |
base::string16 user_email_string = |
tray_delegate->IsUserSupervised() |
? l10n_util::GetStringUTF16(IDS_ASH_STATUS_TRAY_SUPERVISED_LABEL) |
- : base::UTF8ToUTF16(delegate->GetUserInfo(user_index)->GetEmail()); |
+ : base::UTF8ToUTF16( |
+ delegate->GetUserInfo(user_index)->GetDisplayEmail()); |
if (!user_email_string.empty()) { |
user_email = new views::Label(user_email_string); |
user_email->SetFontList( |