| Index: net/http/http_proxy_client_socket_pool.h
|
| diff --git a/net/http/http_proxy_client_socket_pool.h b/net/http/http_proxy_client_socket_pool.h
|
| index a26c05f6603c9fbd1590eeac54682e8a830dbded..96d1691918b223111993d6471c2e860cd348be97 100644
|
| --- a/net/http/http_proxy_client_socket_pool.h
|
| +++ b/net/http/http_proxy_client_socket_pool.h
|
| @@ -152,7 +152,6 @@ class HttpProxyConnectJob : public ConnectJob {
|
| // a standard net error code will be returned.
|
| virtual int ConnectInternal() OVERRIDE;
|
|
|
| - base::WeakPtrFactory<HttpProxyConnectJob> weak_ptr_factory_;
|
| scoped_refptr<HttpProxySocketParams> params_;
|
| TransportClientSocketPool* const transport_pool_;
|
| SSLClientSocketPool* const ssl_pool_;
|
| @@ -170,6 +169,8 @@ class HttpProxyConnectJob : public ConnectJob {
|
|
|
| SpdyStreamRequest spdy_stream_request_;
|
|
|
| + base::WeakPtrFactory<HttpProxyConnectJob> weak_ptr_factory_;
|
| +
|
| DISALLOW_COPY_AND_ASSIGN(HttpProxyConnectJob);
|
| };
|
|
|
|
|