| 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..1117ba372b8d1292ed63c12d4407438e8d58df3b 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;
|
|
|