| Index: chrome/browser/chromeos/profiles/profile_list_chromeos.cc
|
| diff --git a/chrome/browser/chromeos/profiles/profile_list_chromeos.cc b/chrome/browser/chromeos/profiles/profile_list_chromeos.cc
|
| index e18db97484e3b3c264209a6cf789cce4d38cdcd7..840d29f084511c2cf753115a80a4ffe31c7b7d88 100644
|
| --- a/chrome/browser/chromeos/profiles/profile_list_chromeos.cc
|
| +++ b/chrome/browser/chromeos/profiles/profile_list_chromeos.cc
|
| @@ -61,7 +61,7 @@ void ProfileListChromeOS::RebuildMenu() {
|
|
|
| AvatarMenu::Item* item = new AvatarMenu::Item(i, i, icon);
|
| item->name = (*it)->GetDisplayName();
|
| - item->sync_state = profile_info_->GetUserNameOfProfileAtIndex(i);
|
| + item->username = profile_info_->GetUserNameOfProfileAtIndex(i);
|
| item->profile_path = profile_info_->GetPathOfProfileAtIndex(i);
|
| DCHECK(!profile_info_->ProfileIsLegacySupervisedAtIndex(i));
|
| item->legacy_supervised = false;
|
|
|