| Index: chrome/browser/profiles/profile_list_desktop.cc
 | 
| diff --git a/chrome/browser/profiles/profile_list_desktop.cc b/chrome/browser/profiles/profile_list_desktop.cc
 | 
| index a8a3075be4d3b75af795482c2ddd3f63e0d1e67a..59ffb78c6c0b51a0adcf7cc9d2dc2b12f49a2a6d 100644
 | 
| --- a/chrome/browser/profiles/profile_list_desktop.cc
 | 
| +++ b/chrome/browser/profiles/profile_list_desktop.cc
 | 
| @@ -43,6 +43,7 @@ void ProfileListDesktop::RebuildMenu() {
 | 
|        omitted_item_count_++;
 | 
|        continue;
 | 
|      }
 | 
| +
 | 
|      gfx::Image icon = profile_info_->GetAvatarIconOfProfileAtIndex(i);
 | 
|      AvatarMenu::Item* item = new AvatarMenu::Item(i - omitted_item_count_,
 | 
|                                                    i,
 | 
| 
 |