Index: chrome/browser/ui/views/profiles/profile_chooser_view.h |
diff --git a/chrome/browser/ui/views/profiles/profile_chooser_view.h b/chrome/browser/ui/views/profiles/profile_chooser_view.h |
index 83f48c903277acf8554917934bddba60addbea94..904cc910bdea234456e265276bf50e995f4b8348 100644 |
--- a/chrome/browser/ui/views/profiles/profile_chooser_view.h |
+++ b/chrome/browser/ui/views/profiles/profile_chooser_view.h |
@@ -138,7 +138,7 @@ class ProfileChooserView : public views::BubbleDelegateView, |
views::View* CreateCurrentProfileAccountsView( |
const AvatarMenu::Item& avatar_item); |
void CreateAccountButton(views::GridLayout* layout, |
- const std::string& account, |
+ const std::string& account_id, |
bool is_primary_account, |
bool reauth_required, |
int width); |