| Index: chrome/browser/profiles/avatar_menu.h
|
| diff --git a/chrome/browser/profiles/avatar_menu.h b/chrome/browser/profiles/avatar_menu.h
|
| index 6b420a020fd21c25873620687ee8b0b715500105..f4d3bc3b480fc12ffe7a80226e744bacc442a971 100644
|
| --- a/chrome/browser/profiles/avatar_menu.h
|
| +++ b/chrome/browser/profiles/avatar_menu.h
|
| @@ -29,6 +29,7 @@ class AvatarMenuActions;
|
| class AvatarMenuObserver;
|
| class Browser;
|
| class Profile;
|
| +class ProfileAttributesStorage;
|
| class ProfileInfoInterface;
|
| class ProfileList;
|
| class SupervisedUserService;
|
| @@ -90,7 +91,7 @@ class AvatarMenu :
|
|
|
| // Constructor. |observer| can be NULL. |browser| can be NULL and a new one
|
| // will be created if an action requires it.
|
| - AvatarMenu(ProfileInfoInterface* profile_cache,
|
| + AvatarMenu(ProfileAttributesStorage* profile_storage,
|
| AvatarMenuObserver* observer,
|
| Browser* browser);
|
| ~AvatarMenu() override;
|
|
|