#ifndef CONTENT_BROWSER_INTEREST_GROUP_AUCTION_SHARED_STORAGE_HOST_H_
#define CONTENT_BROWSER_INTEREST_GROUP_AUCTION_SHARED_STORAGE_HOST_H_
#include "content/common/content_export.h"
#include "content/services/auction_worklet/public/mojom/auction_shared_storage_host.mojom.h"
#include "mojo/public/cpp/bindings/pending_receiver.h"
#include "mojo/public/cpp/bindings/receiver_set.h"
namespace storage {
class SharedStorageManager;
}
namespace content {
class RenderFrameHostImpl;
class CONTENT_EXPORT AuctionSharedStorageHost
: public auction_worklet::mojom::AuctionSharedStorageHost { … };
}
#endif