| Index: net/http/http_pipelined_host_pool.cc
|
| diff --git a/net/http/http_pipelined_host_pool.cc b/net/http/http_pipelined_host_pool.cc
|
| index 5adb8a4e680f7fe673643aca2eb13c158d1a731e..7b00e7eeeae643502776a447f19eecb6cb018bea 100644
|
| --- a/net/http/http_pipelined_host_pool.cc
|
| +++ b/net/http/http_pipelined_host_pool.cc
|
| @@ -65,7 +65,7 @@ HttpPipelinedStream* HttpPipelinedHostPool::CreateStreamOnNewPipeline(
|
| const ProxyInfo& used_proxy_info,
|
| const BoundNetLog& net_log,
|
| bool was_npn_negotiated,
|
| - SSLClientSocket::NextProto protocol_negotiated) {
|
| + NextProto protocol_negotiated) {
|
| HttpPipelinedHost* host = GetPipelinedHost(key, true);
|
| if (!host) {
|
| return NULL;
|
|
|