chromium/content/browser/interest_group/subresource_url_builder.h

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

#ifndef CONTENT_BROWSER_INTEREST_GROUP_SUBRESOURCE_URL_BUILDER_H_
#define CONTENT_BROWSER_INTEREST_GROUP_SUBRESOURCE_URL_BUILDER_H_

#include <optional>

#include "base/containers/flat_map.h"
#include "content/common/content_export.h"
#include "third_party/blink/public/common/interest_group/auction_config.h"
#include "url/gurl.h"
#include "url/origin.h"

namespace content {

// Produces and stores the BundleSubresourceInfo for each signal in
// DirectFromSellerSignals.
class CONTENT_EXPORT SubresourceUrlBuilder {};

bool CONTENT_EXPORT
operator==(const SubresourceUrlBuilder::BundleSubresourceInfo& a,
           const SubresourceUrlBuilder::BundleSubresourceInfo& b);

}  // namespace content

#endif  // CONTENT_BROWSER_INTEREST_GROUP_SUBRESOURCE_URL_BUILDER_H_