#ifndef COMPONENTS_ATTRIBUTION_REPORTING_AGGREGATABLE_DEBUG_REPORTING_CONFIG_H_
#define COMPONENTS_ATTRIBUTION_REPORTING_AGGREGATABLE_DEBUG_REPORTING_CONFIG_H_
#include <stdint.h>
#include <optional>
#include "base/component_export.h"
#include "base/containers/flat_map.h"
#include "base/types/expected.h"
#include "base/values.h"
#include "components/attribution_reporting/debug_types.mojom-forward.h"
#include "components/attribution_reporting/suitable_origin.h"
#include "third_party/abseil-cpp/absl/numeric/int128.h"
namespace attribution_reporting {
enum AggregatableDebugReportingConfigError { … };
class COMPONENT_EXPORT(ATTRIBUTION_REPORTING)
AggregatableDebugReportingContribution { … };
struct COMPONENT_EXPORT(ATTRIBUTION_REPORTING)
AggregatableDebugReportingConfig { … };
class COMPONENT_EXPORT(ATTRIBUTION_REPORTING)
SourceAggregatableDebugReportingConfig { … };
}
#endif