#ifndef COMPONENTS_ATTRIBUTION_REPORTING_DESTINATION_SET_H_
#define COMPONENTS_ATTRIBUTION_REPORTING_DESTINATION_SET_H_
#include <optional>
#include "base/check.h"
#include "base/component_export.h"
#include "base/containers/flat_set.h"
#include "base/types/expected.h"
#include "components/attribution_reporting/source_registration_error.mojom-forward.h"
#include "mojo/public/cpp/bindings/default_construct_tag.h"
namespace base {
class Value;
}
namespace net {
class SchemefulSite;
}
namespace attribution_reporting {
class COMPONENT_EXPORT(ATTRIBUTION_REPORTING) DestinationSet { … };
}
#endif