chromium/components/attribution_reporting/destination_set.h

// Copyright 2023 The Chromium Authors
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.

#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 base

namespace net {
class SchemefulSite;
}  // namespace net

namespace attribution_reporting {

class COMPONENT_EXPORT(ATTRIBUTION_REPORTING) DestinationSet {};

}  // namespace attribution_reporting

#endif  // COMPONENTS_ATTRIBUTION_REPORTING_DESTINATION_SET_H_