#ifndef CONTENT_SERVICES_AUCTION_WORKLET_BIDDER_LAZY_FILLER_H_
#define CONTENT_SERVICES_AUCTION_WORKLET_BIDDER_LAZY_FILLER_H_
#include <string>
#include <string_view>
#include <vector>
#include "base/functional/callback.h"
#include "base/memory/raw_ptr.h"
#include "base/time/time.h"
#include "content/common/content_export.h"
#include "content/services/auction_worklet/auction_v8_helper.h"
#include "content/services/auction_worklet/context_recycler.h"
#include "content/services/auction_worklet/public/mojom/bidder_worklet.mojom-forward.h"
#include "third_party/blink/public/common/interest_group/interest_group.h"
#include "v8/include/v8-forward.h"
class GURL;
namespace auction_worklet {
class AuctionV8Logger;
class CONTENT_EXPORT InterestGroupLazyFiller : public PersistedLazyFiller { … };
enum class PrevWinsType { … };
class CONTENT_EXPORT BiddingBrowserSignalsLazyFiller
: public PersistedLazyFiller { … };
}
#endif