#ifndef THIRD_PARTY_BLINK_RENDERER_CORE_FETCH_ATTRIBUTION_REPORTING_TO_MOJOM_H_
#define THIRD_PARTY_BLINK_RENDERER_CORE_FETCH_ATTRIBUTION_REPORTING_TO_MOJOM_H_
#include "services/network/public/mojom/attribution.mojom-blink-forward.h"
#include "third_party/blink/renderer/core/core_export.h"
namespace blink {
class AttributionReportingRequestOptions;
class ExceptionState;
class ExecutionContext;
CORE_EXPORT
network::mojom::AttributionReportingEligibility
ConvertAttributionReportingRequestOptionsToMojom(
const AttributionReportingRequestOptions&,
const ExecutionContext&,
ExceptionState&);
}
#endif