| Index: net/http/http_proxy_client_socket_pool.cc
 | 
| diff --git a/net/http/http_proxy_client_socket_pool.cc b/net/http/http_proxy_client_socket_pool.cc
 | 
| index e6adfacd628be5c9a200bd94546f042637e6127c..67018779f3405c5c9b61109b6a21776a8f712fa7 100644
 | 
| --- a/net/http/http_proxy_client_socket_pool.cc
 | 
| +++ b/net/http/http_proxy_client_socket_pool.cc
 | 
| @@ -238,7 +238,7 @@ int HttpProxyConnectJob::DoSSLConnectComplete(int result) {
 | 
|    SSLClientSocket* ssl =
 | 
|        static_cast<SSLClientSocket*>(transport_socket_handle_->socket());
 | 
|    using_spdy_ = ssl->was_spdy_negotiated();
 | 
| -  protocol_negotiated_ = ssl->protocol_negotiated();
 | 
| +  protocol_negotiated_ = ssl->GetNegotiatedProtocol();
 | 
|  
 | 
|    // Reset the timer to just the length of time allowed for HttpProxy handshake
 | 
|    // so that a fast SSL connection plus a slow HttpProxy failure doesn't take
 | 
| 
 |