| Index: chrome/browser/profiles/profile_info_interface.h
|
| diff --git a/chrome/browser/profiles/profile_info_interface.h b/chrome/browser/profiles/profile_info_interface.h
|
| index 555f154aa47e3fe1615bdf0368f85c22cf491380..a314cc9286bb327939182ebd86fe786f2fe0e4db 100644
|
| --- a/chrome/browser/profiles/profile_info_interface.h
|
| +++ b/chrome/browser/profiles/profile_info_interface.h
|
| @@ -37,8 +37,7 @@ class ProfileInfoInterface {
|
|
|
| virtual base::string16 GetUserNameOfProfileAtIndex(size_t index) const = 0;
|
|
|
| - virtual const gfx::Image& GetAvatarIconOfProfileAtIndex(
|
| - size_t index) const = 0;
|
| + virtual const gfx::Image& GetAvatarIconOfProfileAtIndex(size_t index) = 0;
|
|
|
| virtual std::string GetLocalAuthCredentialsOfProfileAtIndex(
|
| size_t index) const = 0;
|
|
|