| Index: chrome/browser/profiles/profile_attributes_entry.cc
|
| diff --git a/chrome/browser/profiles/profile_attributes_entry.cc b/chrome/browser/profiles/profile_attributes_entry.cc
|
| index 3adf2a0bffd53c2632b46826be473144bed427bc..3031322abfa146d812089c064c768bedf572a118 100644
|
| --- a/chrome/browser/profiles/profile_attributes_entry.cc
|
| +++ b/chrome/browser/profiles/profile_attributes_entry.cc
|
| @@ -39,7 +39,7 @@ base::string16 ProfileAttributesEntry::GetUserName() const {
|
| return profile_info_cache_->GetUserNameOfProfileAtIndex(profile_index());
|
| }
|
|
|
| -const gfx::Image& ProfileAttributesEntry::GetAvatarIcon() {
|
| +const gfx::Image& ProfileAttributesEntry::GetAvatarIcon() const {
|
| return profile_info_cache_->GetAvatarIconOfProfileAtIndex(profile_index());
|
| }
|
|
|
|
|