| 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 f7e8b2b9dff8991e2583c48f556cf6a675e1d6ea..fd71e1779060269b5b2252fde7f7cb57e7becae7 100644
|
| --- a/chrome/browser/profiles/profile_info_cache.cc
|
| +++ b/chrome/browser/profiles/profile_info_cache.cc
|
| @@ -324,7 +324,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)
|
|
|