chromium/content/services/auction_worklet/seller_lazy_filler.h

// Copyright 2024 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_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 {};

}  // namespace auction_worklet

#endif  // CONTENT_SERVICES_AUCTION_WORKLET_SELLER_LAZY_FILLER_H_