#ifndef COMPONENTS_ATTRIBUTION_REPORTING_REGISTRATION_HEADER_ERROR_H_
#define COMPONENTS_ATTRIBUTION_REPORTING_REGISTRATION_HEADER_ERROR_H_
#include <string>
#include <string_view>
#include "base/component_export.h"
#include "base/types/strong_alias.h"
#include "components/attribution_reporting/os_registration_error.mojom-forward.h"
#include "components/attribution_reporting/source_registration_error.mojom-forward.h"
#include "components/attribution_reporting/trigger_registration_error.mojom-forward.h"
#include "third_party/abseil-cpp/absl/types/variant.h"
namespace attribution_reporting {
OsSourceRegistrationError;
OsTriggerRegistrationError;
RegistrationHeaderErrorDetails;
struct COMPONENT_EXPORT(ATTRIBUTION_REPORTING) RegistrationHeaderError { … };
}
#endif