| Index: net/socket/socks_client_socket_pool.cc
|
| diff --git a/net/socket/socks_client_socket_pool.cc b/net/socket/socks_client_socket_pool.cc
|
| index 66d8281f9bdf342dfffe3ba6e9b90eda11629376..5e34cd09a77e5c1851a4ead71c7f0ae6a499bcaf 100644
|
| --- a/net/socket/socks_client_socket_pool.cc
|
| +++ b/net/socket/socks_client_socket_pool.cc
|
| @@ -26,7 +26,7 @@ SOCKSSocketParams::SOCKSSocketParams(
|
| : transport_params_(proxy_server),
|
| destination_(host_port_pair),
|
| socks_v5_(socks_v5) {
|
| - if (transport_params_)
|
| + if (transport_params_.get())
|
| ignore_limits_ = transport_params_->ignore_limits();
|
| else
|
| ignore_limits_ = false;
|
|
|