| Index: chrome/browser/profiles/profile_info_cache.cc
|
| diff --git a/chrome/browser/profiles/profile_info_cache.cc b/chrome/browser/profiles/profile_info_cache.cc
|
| index e80e0304a4f78b564b1f23f672230c73931bf196..9567f79b03626a970ee2a1eb3c12b1107b4b4dc2 100644
|
| --- a/chrome/browser/profiles/profile_info_cache.cc
|
| +++ b/chrome/browser/profiles/profile_info_cache.cc
|
| @@ -322,7 +322,7 @@ base::string16 ProfileInfoCache::GetUserNameOfProfileAtIndex(
|
| }
|
|
|
| const gfx::Image& ProfileInfoCache::GetAvatarIconOfProfileAtIndex(
|
| - size_t index) {
|
| + size_t index) const {
|
| if (IsUsingGAIAPictureOfProfileAtIndex(index)) {
|
| const gfx::Image* image = GetGAIAPictureOfProfileAtIndex(index);
|
| if (image)
|
|
|