#ifndef CHROME_BROWSER_PREDICTORS_RESOLVE_HOST_CLIENT_IMPL_H_
#define CHROME_BROWSER_PREDICTORS_RESOLVE_HOST_CLIENT_IMPL_H_
#include <optional>
#include "base/functional/bind.h"
#include "base/time/time.h"
#include "mojo/public/cpp/bindings/receiver.h"
#include "net/base/address_list.h"
#include "net/dns/public/host_resolver_results.h"
#include "services/network/public/cpp/resolve_host_client_base.h"
#include "services/network/public/mojom/host_resolver.mojom-forward.h"
class GURL;
namespace net {
class NetworkAnonymizationKey;
}
namespace network {
namespace mojom {
class NetworkContext;
}
}
namespace predictors {
ResolveHostCallback;
class ResolveHostClientImpl : public network::ResolveHostClientBase { … };
}
#endif