#ifndef COMPONENTS_ATTRIBUTION_REPORTING_TRIGGER_REGISTRATION_H_
#define COMPONENTS_ATTRIBUTION_REPORTING_TRIGGER_REGISTRATION_H_
#include <stdint.h>
#include <optional>
#include <string_view>
#include <vector>
#include "base/component_export.h"
#include "base/types/expected.h"
#include "base/values.h"
#include "components/attribution_reporting/aggregatable_debug_reporting_config.h"
#include "components/attribution_reporting/aggregatable_trigger_config.h"
#include "components/attribution_reporting/attribution_scopes_set.h"
#include "components/attribution_reporting/filters.h"
#include "components/attribution_reporting/suitable_origin.h"
#include "components/attribution_reporting/trigger_registration_error.mojom-forward.h"
namespace attribution_reporting {
class AggregatableTriggerData;
class AggregatableValues;
struct AggregatableDedupKey;
struct EventTriggerData;
COMPONENT_EXPORT(ATTRIBUTION_REPORTING)
void RecordTriggerRegistrationError(mojom::TriggerRegistrationError);
struct COMPONENT_EXPORT(ATTRIBUTION_REPORTING) TriggerRegistration { … };
}
#endif