#ifndef CONTENT_SERVICES_AUCTION_WORKLET_SHARED_STORAGE_BINDINGS_H_
#define CONTENT_SERVICES_AUCTION_WORKLET_SHARED_STORAGE_BINDINGS_H_
#include "base/memory/raw_ptr.h"
#include "content/common/content_export.h"
#include "content/services/auction_worklet/context_recycler.h"
#include "content/services/auction_worklet/public/mojom/auction_shared_storage_host.mojom-forward.h"
#include "v8/include/v8-forward.h"
namespace auction_worklet {
class AuctionV8Helper;
class CONTENT_EXPORT SharedStorageBindings : public Bindings { … };
}
#endif