Index: chrome/browser/profiles/avatar_menu_actions_desktop.cc |
diff --git a/chrome/browser/profiles/avatar_menu_actions_desktop.cc b/chrome/browser/profiles/avatar_menu_actions_desktop.cc |
index 97102ed5a5744082bd4b616c544c7a60b70ad477..ec9ede170fb12f6c29d78c9bb6437fbddd8da993 100644 |
--- a/chrome/browser/profiles/avatar_menu_actions_desktop.cc |
+++ b/chrome/browser/profiles/avatar_menu_actions_desktop.cc |
@@ -48,7 +48,7 @@ void AvatarMenuActionsDesktop::AddNewProfile(ProfileMetrics::ProfileAdd type) { |
ProfileMetrics::LogProfileAddNewUser(type); |
} |
-void AvatarMenuActionsDesktop::EditProfile(Profile* profile, size_t index) { |
+void AvatarMenuActionsDesktop::EditProfile(Profile* profile) { |
Browser* settings_browser = browser_; |
if (!settings_browser) { |
settings_browser = new Browser( |