| 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 d7e633ff07c3ef6687209f5d1ee5073881f0ad32..af59bd001f12097cd7ad8a6293c3ac9d1e14dbb5 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);
|
|
|