Index: net/http/http_proxy_client_socket_pool.h |
=================================================================== |
--- net/http/http_proxy_client_socket_pool.h (revision 68959) |
+++ net/http/http_proxy_client_socket_pool.h (working copy) |
@@ -15,6 +15,7 @@ |
#include "net/base/host_port_pair.h" |
#include "net/http/http_auth.h" |
#include "net/http/http_response_info.h" |
+#include "net/http/proxy_client_socket.h" |
#include "net/socket/client_socket_pool_base.h" |
#include "net/socket/client_socket_pool_histograms.h" |
#include "net/socket/client_socket_pool.h" |
@@ -157,7 +158,7 @@ |
State next_state_; |
CompletionCallbackImpl<HttpProxyConnectJob> callback_; |
scoped_ptr<ClientSocketHandle> transport_socket_handle_; |
- scoped_ptr<ClientSocket> transport_socket_; |
+ scoped_ptr<ProxyClientSocket> transport_socket_; |
vandebo (ex-Chrome)
2010/12/16 17:59:23
Looking at this more closely, it's misnamed. I wo
|
bool using_spdy_; |
HttpResponseInfo error_response_info_; |