#ifndef CONTENT_SERVICES_AUCTION_WORKLET_PUBLIC_MOJOM_AUCTION_WORKLET_SERVICE_MOJOM_TEST_UTILS_H_
#define CONTENT_SERVICES_AUCTION_WORKLET_PUBLIC_MOJOM_AUCTION_WORKLET_SERVICE_MOJOM_TEST_UTILS_H_
#include "content/services/auction_worklet/public/mojom/auction_worklet_service.mojom.h"
#include "content/common/content_export.h"
namespace auction_worklet::mojom {
class CONTENT_EXPORT AuctionWorkletServiceInterceptorForTesting : public AuctionWorkletService { … };
class CONTENT_EXPORT AuctionWorkletServiceAsyncWaiter { … };
}
#endif