| 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 5df92947b0c3865f6f6e691976084878695629df..f427e87a970018fca27e507074ce24105c89d1d2 100644
|
| --- a/chrome/browser/profiles/profile_info_cache.cc
|
| +++ b/chrome/browser/profiles/profile_info_cache.cc
|
| @@ -318,7 +318,7 @@
|
| }
|
|
|
| const gfx::Image& ProfileInfoCache::GetAvatarIconOfProfileAtIndex(
|
| - size_t index) {
|
| + size_t index) const {
|
| if (IsUsingGAIAPictureOfProfileAtIndex(index)) {
|
| const gfx::Image* image = GetGAIAPictureOfProfileAtIndex(index);
|
| if (image)
|
|
|