#ifndef SERVICES_PROXY_RESOLVER_PROXY_RESOLVER_FACTORY_IMPL_H_
#define SERVICES_PROXY_RESOLVER_PROXY_RESOLVER_FACTORY_IMPL_H_
#include <map>
#include <memory>
#include <string>
#include "base/functional/callback.h"
#include "mojo/public/cpp/bindings/pending_receiver.h"
#include "mojo/public/cpp/bindings/receiver.h"
#include "mojo/public/cpp/bindings/unique_receiver_set.h"
#include "services/proxy_resolver/public/mojom/proxy_resolver.mojom.h"
namespace proxy_resolver {
class ProxyResolverV8TracingFactory;
class ProxyResolverFactoryImpl : public mojom::ProxyResolverFactory { … };
}
#endif