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 992e758b8ffec80273000004025370667fef5327..5860dda9cb329cd9c6c1b5f244335fcb072ba503 100644 |
--- a/chrome/browser/chromeos/profiles/profile_list_chromeos.cc |
+++ b/chrome/browser/chromeos/profiles/profile_list_chromeos.cc |
@@ -50,7 +50,7 @@ void ProfileListChromeOS::RebuildMenu() { |
size_t i = profile_info_->GetIndexOfProfileWithPath( |
ProfileHelper::GetProfilePathByUserIdHash((*it)->username_hash())); |
- gfx::Image icon = gfx::Image((*it)->image()); |
+ gfx::Image icon = gfx::Image((*it)->GetImage()); |
if (!CommandLine::ForCurrentProcess()->HasSwitch( |
switches::kNewProfileManagement)) { |
// old avatar menu uses resized-small images |