#ifndef CHROME_BROWSER_PREDICTORS_PROXY_LOOKUP_CLIENT_IMPL_H_
#define CHROME_BROWSER_PREDICTORS_PROXY_LOOKUP_CLIENT_IMPL_H_
#include <optional>
#include "base/functional/bind.h"
#include "base/time/time.h"
#include "mojo/public/cpp/bindings/receiver.h"
#include "services/network/public/mojom/proxy_lookup_client.mojom.h"
class GURL;
namespace net {
class NetworkAnonymizationKey;
}
namespace network {
namespace mojom {
class NetworkContext;
}
}
namespace predictors {
ProxyLookupCallback;
class ProxyLookupClientImpl : public network::mojom::ProxyLookupClient { … };
}
#endif