Index: net/http/http_response_info.h |
diff --git a/net/http/http_response_info.h b/net/http/http_response_info.h |
index bb9f28bd5e4fcc31d8bd98c1006125f3e30aa814..c1e7a86ff055900640773362884af843d3263e14 100644 |
--- a/net/http/http_response_info.h |
+++ b/net/http/http_response_info.h |
@@ -8,9 +8,9 @@ |
#include <string> |
#include "base/time/time.h" |
-#include "net/base/host_port_pair.h" |
#include "net/base/net_export.h" |
#include "net/http/http_vary_data.h" |
+#include "net/proxy/proxy_server.h" |
#include "net/socket/next_proto.h" |
#include "net/ssl/ssl_info.h" |
@@ -126,9 +126,9 @@ class NET_EXPORT HttpResponseInfo { |
// True if the request was fetched via an explicit proxy. The proxy could |
// be any type of proxy, HTTP or SOCKS. Note, we do not know if a |
// transparent proxy may have been involved. If true, |proxy_server| contains |
- // the name of the proxy server that was used. |
+ // the proxy server that was used. |
bool was_fetched_via_proxy; |
- HostPortPair proxy_server; |
+ ProxyServer proxy_server; |
// Whether the request use http proxy or server authentication. |
bool did_use_http_auth; |