#ifndef CHROME_BROWSER_UI_VIEWS_PASSWORDS_ACCOUNT_CHOOSER_DIALOG_VIEW_H_
#define CHROME_BROWSER_UI_VIEWS_PASSWORDS_ACCOUNT_CHOOSER_DIALOG_VIEW_H_
#include "base/memory/raw_ptr.h"
#include "chrome/browser/ui/passwords/password_dialog_prompts.h"
#include "ui/base/metadata/metadata_header_macros.h"
#include "ui/views/bubble/bubble_dialog_delegate_view.h"
namespace content {
class WebContents;
}
namespace password_manager {
struct PasswordForm;
}
class CredentialManagerDialogController;
class AccountChooserDialogView : public views::BubbleDialogDelegateView,
public AccountChooserPrompt { … };
#endif