| Index: chrome/browser/chromeos/login/user_image_manager_impl.cc
|
| diff --git a/chrome/browser/chromeos/login/user_image_manager_impl.cc b/chrome/browser/chromeos/login/user_image_manager_impl.cc
|
| index ea729c750db5e591e1c3b3f5002acfd09f3626f9..5ead90da988dd2ba95170665ed5b67d77b642c47 100644
|
| --- a/chrome/browser/chromeos/login/user_image_manager_impl.cc
|
| +++ b/chrome/browser/chromeos/login/user_image_manager_impl.cc
|
| @@ -858,7 +858,7 @@ void UserImageManagerImpl::TryToInitDownloadedProfileImage() {
|
| // 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->image();
|
| + downloaded_profile_image_ = user->GetImage();
|
| profile_image_url_ = user->image_url();
|
| }
|
| }
|
|
|