| 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 9aff678ba2eb62138e4c3c88da9de7ddc0d8dc41..fb990428d79d329827306ccd3da4050f6514c185 100644
|
| --- a/chrome/browser/profiles/profile_info_cache.h
|
| +++ b/chrome/browser/profiles/profile_info_cache.h
|
| @@ -74,7 +74,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;
|
| std::string GetPasswordChangeDetectionTokenAtIndex(
|
|
|