| Index: chrome/browser/profiles/profile_info_cache.h
|
| diff --git a/chrome/browser/profiles/profile_info_cache.h b/chrome/browser/profiles/profile_info_cache.h
|
| index 2214d6d8ad2d09e5a1c1c9663f2d865516f70e14..aeb694e516a5a67f39c69807d7800544b53d72a3 100644
|
| --- a/chrome/browser/profiles/profile_info_cache.h
|
| +++ b/chrome/browser/profiles/profile_info_cache.h
|
| @@ -63,7 +63,7 @@ class ProfileInfoCache : public ProfileInfoInterface,
|
| base::FilePath GetPathOfProfileAtIndex(size_t index) const override;
|
| base::Time GetProfileActiveTimeAtIndex(size_t index) const override;
|
| base::string16 GetUserNameOfProfileAtIndex(size_t index) const override;
|
| - const gfx::Image& GetAvatarIconOfProfileAtIndex(size_t index) override;
|
| + const gfx::Image& GetAvatarIconOfProfileAtIndex(size_t index) const override;
|
| std::string GetLocalAuthCredentialsOfProfileAtIndex(
|
| size_t index) const override;
|
| // Note that a return value of false could mean an error in collection or
|
|
|