#ifndef COMPONENTS_ATTRIBUTION_REPORTING_TRIGGER_REGISTRATION_ERROR_MOJOM_SHARED_H_
#define COMPONENTS_ATTRIBUTION_REPORTING_TRIGGER_REGISTRATION_ERROR_MOJOM_SHARED_H_
#include <stdint.h>
#include <functional>
#include <iosfwd>
#include <type_traits>
#include <utility>
#include "third_party/perfetto/include/perfetto/tracing/traced_value_forward.h"
#include "components/attribution_reporting/trigger_registration_error.mojom-shared-internal.h"
namespace attribution_reporting::mojom {
}
namespace mojo {
namespace internal {
}
}
namespace attribution_reporting::mojom {
enum class TriggerRegistrationError : int32_t { … };
std::ostream& operator<<(std::ostream& os, TriggerRegistrationError value);
inline bool IsKnownEnumValue(TriggerRegistrationError value) { … }
}
namespace std {
template <>
struct hash<::attribution_reporting::mojom::TriggerRegistrationError>
: public mojo::internal::EnumHashImpl<::attribution_reporting::mojom::TriggerRegistrationError> { … };
}
namespace mojo {
namespace internal {
Serializer< ::attribution_reporting::mojom::TriggerRegistrationError, MaybeConstUserType>;
}
}
namespace attribution_reporting::mojom {
}
namespace perfetto {
template <>
struct TraceFormatTraits<::attribution_reporting::mojom::TriggerRegistrationError> { … };
}
#endif