#ifndef SERVICES_NETWORK_ATTRIBUTION_REQUEST_HEADERS_INTERNAL_H_
#define SERVICES_NETWORK_ATTRIBUTION_REQUEST_HEADERS_INTERNAL_H_
#include <stdint.h>
#include <string>
#include "services/network/public/mojom/attribution.mojom-forward.h"
namespace network {
struct AttributionReportingHeaderGreaseOptions { … };
std::string SerializeAttributionReportingEligibleHeader(
mojom::AttributionReportingEligibility,
const AttributionReportingHeaderGreaseOptions&);
std::string GetAttributionSupportHeader(
mojom::AttributionSupport,
const AttributionReportingHeaderGreaseOptions&);
}
#endif