| Index: chrome/browser/chromeos/profiles/avatar_menu_actions_chromeos.h
|
| diff --git a/chrome/browser/chromeos/profiles/avatar_menu_actions_chromeos.h b/chrome/browser/chromeos/profiles/avatar_menu_actions_chromeos.h
|
| index 75420f85f5b69ad7dcb26ea1cfc526c205004cda..5889993f60eab33d6f509f2b3944d5d5c76d1dca 100644
|
| --- a/chrome/browser/chromeos/profiles/avatar_menu_actions_chromeos.h
|
| +++ b/chrome/browser/chromeos/profiles/avatar_menu_actions_chromeos.h
|
| @@ -21,7 +21,7 @@ class AvatarMenuActionsChromeOS : public AvatarMenuActions {
|
|
|
| // AvatarMenuActions overrides:
|
| void AddNewProfile(ProfileMetrics::ProfileAdd type) override;
|
| - void EditProfile(Profile* profile, size_t index) override;
|
| + void EditProfile(Profile* profile) override;
|
| bool ShouldShowAddNewProfileLink() const override;
|
| bool ShouldShowEditProfileLink() const override;
|
| void ActiveBrowserChanged(Browser* browser) override;
|
|
|