#ifndef SERVICES_PROXY_RESOLVER_PUBLIC_MOJOM_PROXY_RESOLVER_MOJOM_BLINK_TEST_UTILS_H_
#define SERVICES_PROXY_RESOLVER_PUBLIC_MOJOM_PROXY_RESOLVER_MOJOM_BLINK_TEST_UTILS_H_
#include "services/proxy_resolver/public/mojom/proxy_resolver.mojom-blink.h"
#include "third_party/blink/public/platform/web_common.h"
namespace proxy_resolver::mojom::blink {
class BLINK_PLATFORM_EXPORT HostResolverRequestClientInterceptorForTesting : public HostResolverRequestClient { … };
class BLINK_PLATFORM_EXPORT HostResolverRequestClientAsyncWaiter { … };
class BLINK_PLATFORM_EXPORT ProxyResolverInterceptorForTesting : public ProxyResolver { … };
class BLINK_PLATFORM_EXPORT ProxyResolverAsyncWaiter { … };
class BLINK_PLATFORM_EXPORT ProxyResolverRequestClientInterceptorForTesting : public ProxyResolverRequestClient { … };
class BLINK_PLATFORM_EXPORT ProxyResolverRequestClientAsyncWaiter { … };
class BLINK_PLATFORM_EXPORT ProxyResolverFactoryInterceptorForTesting : public ProxyResolverFactory { … };
class BLINK_PLATFORM_EXPORT ProxyResolverFactoryAsyncWaiter { … };
class BLINK_PLATFORM_EXPORT ProxyResolverFactoryRequestClientInterceptorForTesting : public ProxyResolverFactoryRequestClient { … };
class BLINK_PLATFORM_EXPORT ProxyResolverFactoryRequestClientAsyncWaiter { … };
}
#endif