| Index: trunk/src/chrome/browser/chromeos/login/user_image_manager_impl.cc
|
| ===================================================================
|
| --- trunk/src/chrome/browser/chromeos/login/user_image_manager_impl.cc (revision 267249)
|
| +++ trunk/src/chrome/browser/chromeos/login/user_image_manager_impl.cc (working copy)
|
| @@ -858,7 +858,7 @@
|
| // user if it has not been initialized already, the user image is the
|
| // profile image and the user image has been loaded successfully.
|
| VLOG(1) << "Profile image initialized from disk.";
|
| - downloaded_profile_image_ = user->GetImage();
|
| + downloaded_profile_image_ = user->image();
|
| profile_image_url_ = user->image_url();
|
| }
|
| }
|
|
|