#ifndef CONTENT_SERVICES_AUCTION_WORKLET_PUBLIC_MOJOM_BIDDER_WORKLET_MOJOM_TEST_UTILS_H_
#define CONTENT_SERVICES_AUCTION_WORKLET_PUBLIC_MOJOM_BIDDER_WORKLET_MOJOM_TEST_UTILS_H_
#include "content/services/auction_worklet/public/mojom/bidder_worklet.mojom.h"
#include "content/common/content_export.h"
namespace auction_worklet::mojom {
class CONTENT_EXPORT GenerateBidClientInterceptorForTesting : public GenerateBidClient { … };
class CONTENT_EXPORT GenerateBidClientAsyncWaiter { … };
class CONTENT_EXPORT GenerateBidFinalizerInterceptorForTesting : public GenerateBidFinalizer { … };
class CONTENT_EXPORT GenerateBidFinalizerAsyncWaiter { … };
class CONTENT_EXPORT BidderWorkletInterceptorForTesting : public BidderWorklet { … };
class CONTENT_EXPORT BidderWorkletAsyncWaiter { … };
}
#endif