#ifndef CONTENT_SERVICES_AUCTION_WORKLET_SELLER_LAZY_FILLER_H_
#define CONTENT_SERVICES_AUCTION_WORKLET_SELLER_LAZY_FILLER_H_
#include "base/memory/raw_ptr.h"
#include "base/types/optional_ref.h"
#include "content/common/content_export.h"
#include "content/services/auction_worklet/auction_v8_helper.h"
#include "content/services/auction_worklet/auction_v8_logger.h"
#include "content/services/auction_worklet/context_recycler.h"
#include "third_party/blink/public/common/interest_group/auction_config.h"
#include "v8/include/v8-forward.h"
namespace auction_worklet {
class CONTENT_EXPORT SellerBrowserSignalsLazyFiller
: public PersistedLazyFiller { … };
class CONTENT_EXPORT AuctionConfigLazyFiller : public PersistedLazyFiller { … };
}
#endif