| Index: net/spdy/spdy_session.cc
|
| diff --git a/net/spdy/spdy_session.cc b/net/spdy/spdy_session.cc
|
| index 64b944e5753c4fd6db382470717930d46f06286f..63f23748c60b91b68290dfc4e0814c3158f10496 100644
|
| --- a/net/spdy/spdy_session.cc
|
| +++ b/net/spdy/spdy_session.cc
|
| @@ -479,7 +479,7 @@ void SpdySession::OnTCPConnect(int result) {
|
| connection_->set_socket(socket);
|
| is_secure_ = true;
|
| // TODO(willchan): Plumb NetLog into SPDY code.
|
| - int status = connection_->socket()->Connect(&ssl_connect_callback_, NULL);
|
| + int status = connection_->socket()->Connect(&ssl_connect_callback_);
|
| if (status != ERR_IO_PENDING)
|
| OnSSLConnect(status);
|
| } else {
|
|
|