#ifndef CONTENT_SERVICES_AUCTION_WORKLET_PUBLIC_MOJOM_AUCTION_NETWORK_EVENTS_HANDLER_MOJOM_TEST_UTILS_H_
#define CONTENT_SERVICES_AUCTION_WORKLET_PUBLIC_MOJOM_AUCTION_NETWORK_EVENTS_HANDLER_MOJOM_TEST_UTILS_H_
#include "content/services/auction_worklet/public/mojom/auction_network_events_handler.mojom.h"
#include "content/common/content_export.h"
namespace auction_worklet::mojom {
class CONTENT_EXPORT AuctionNetworkEventsHandlerInterceptorForTesting : public AuctionNetworkEventsHandler { … };
class CONTENT_EXPORT AuctionNetworkEventsHandlerAsyncWaiter { … };
}
#endif