#ifndef CHROME_BROWSER_UI_VIEWS_PROFILES_PROFILE_PICKER_WEB_CONTENTS_HOST_H_
#define CHROME_BROWSER_UI_VIEWS_PROFILES_PROFILE_PICKER_WEB_CONTENTS_HOST_H_
#include "base/functional/callback.h"
#include "base/types/strong_alias.h"
#include "components/signin/public/base/signin_buildflags.h"
#include "components/web_modal/web_contents_modal_dialog_host.h"
#if BUILDFLAG(ENABLE_DICE_SUPPORT)
#include "ui/views/controls/webview/web_contents_set_background_color.h"
#endif
class GURL;
namespace content {
class WebContents;
class WebContentsDelegate;
}
namespace web_modal {
class WebContentsModalDialogHost;
}
ClearHostClosure;
class ProfilePickerWebContentsHost { … };
#endif