#ifndef CHROME_BROWSER_UI_VIEWS_WEB_APPS_LAUNCH_APP_USER_CHOICE_DIALOG_VIEW_H_
#define CHROME_BROWSER_UI_VIEWS_WEB_APPS_LAUNCH_APP_USER_CHOICE_DIALOG_VIEW_H_
#include <memory>
#include <vector>
#include "base/functional/callback_forward.h"
#include "base/memory/raw_ptr.h"
#include "base/memory/weak_ptr.h"
#include "chrome/browser/ui/web_applications/web_app_dialogs.h"
#include "chrome/browser/web_applications/web_app_install_info.h"
#include "components/webapps/common/web_app_id.h"
#include "ui/views/window/dialog_delegate.h"
class Profile;
namespace views {
class Checkbox;
class ImageView;
class View;
}
namespace web_app {
class LaunchAppUserChoiceDialogView : public views::DialogDelegateView { … };
}
#endif