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 501ad98dc750cb7ecb626139e5742e9f02c879d2..ea77093d67284f120b148badb5bd522b9f62d0fb 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); |