| Index: trunk/src/chrome/browser/chromeos/profiles/profile_list_chromeos.cc
|
| ===================================================================
|
| --- trunk/src/chrome/browser/chromeos/profiles/profile_list_chromeos.cc (revision 267249)
|
| +++ trunk/src/chrome/browser/chromeos/profiles/profile_list_chromeos.cc (working copy)
|
| @@ -50,7 +50,7 @@
|
| size_t i = profile_info_->GetIndexOfProfileWithPath(
|
| ProfileHelper::GetProfilePathByUserIdHash((*it)->username_hash()));
|
|
|
| - gfx::Image icon = gfx::Image((*it)->GetImage());
|
| + gfx::Image icon = gfx::Image((*it)->image());
|
| if (!CommandLine::ForCurrentProcess()->HasSwitch(
|
| switches::kNewProfileManagement)) {
|
| // old avatar menu uses resized-small images
|
|
|