#ifndef CONTENT_PUBLIC_BROWSER_IDENTITY_REQUEST_DIALOG_CONTROLLER_H_
#define CONTENT_PUBLIC_BROWSER_IDENTITY_REQUEST_DIALOG_CONTROLLER_H_
#include <optional>
#include <string>
#include <vector>
#include "base/functional/callback.h"
#include "base/functional/callback_forward.h"
#include "content/common/content_export.h"
#include "content/public/browser/federated_identity_modal_dialog_view_delegate.h"
#include "content/public/browser/identity_request_account.h"
#include "third_party/blink/public/mojom/webid/federated_auth_request.mojom-forward.h"
#include "third_party/skia/include/core/SkColor.h"
#include "url/gurl.h"
#include "url/origin.h"
namespace content {
class WebContents;
struct CONTENT_EXPORT ClientMetadata { … };
struct CONTENT_EXPORT IdentityCredentialTokenError { … };
struct CONTENT_EXPORT IdentityProviderMetadata { … };
struct CONTENT_EXPORT IdentityProviderData { … };
class CONTENT_EXPORT IdentityRequestDialogController { … };
}
#endif