| Index: ash/system/supervised/tray_supervised_user.cc
|
| diff --git a/ash/system/supervised/tray_supervised_user.cc b/ash/system/supervised/tray_supervised_user.cc
|
| index d725ec8cda38d8ce4f07a067a1990d29314859b6..c9cc15175bd2b636b5af8b4a029694b573562136 100644
|
| --- a/ash/system/supervised/tray_supervised_user.cc
|
| +++ b/ash/system/supervised/tray_supervised_user.cc
|
| @@ -76,7 +76,7 @@ void TraySupervisedUser::OnUserSessionUpdated(const AccountId& account_id) {
|
| DCHECK(user_session);
|
|
|
| // Only respond to updates for the active user.
|
| - if (user_session->account_id != account_id)
|
| + if (user_session->user_info->account_id != account_id)
|
| return;
|
|
|
| // Show notifications when custodian data first becomes available on login
|
|
|