| Index: chrome/browser/profiles/profile_attributes_entry.h
|
| diff --git a/chrome/browser/profiles/profile_attributes_entry.h b/chrome/browser/profiles/profile_attributes_entry.h
|
| index 081c5c55557a49fa77cd061df1cae86cf7c506bf..78a6cd8c17c5a9bed321b0fbc639ceec05af9977 100644
|
| --- a/chrome/browser/profiles/profile_attributes_entry.h
|
| +++ b/chrome/browser/profiles/profile_attributes_entry.h
|
| @@ -39,7 +39,7 @@ class ProfileAttributesEntry {
|
| base::string16 GetUserName() const;
|
| // Gets the icon used as this profile's avatar. This might not be the icon
|
| // displayed in the UI if IsUsingGAIAPicture() is true.
|
| - const gfx::Image& GetAvatarIcon();
|
| + const gfx::Image& GetAvatarIcon() const;
|
| std::string GetLocalAuthCredentials() const;
|
| std::string GetPasswordChangeDetectionToken() const;
|
| // Note that a return value of false could mean an error in collection or
|
|
|