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 0c7308dcbb0e65fe68e1c1c5baf47966dba9130e..7b005fc5c5dceedf928ab44af728ef99d2d1a1de 100644 |
--- a/chrome/browser/profiles/profile_info_cache.h |
+++ b/chrome/browser/profiles/profile_info_cache.h |
@@ -62,7 +62,7 @@ |
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 |