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