| Index: net/http/http_pipelined_host_impl.cc
|
| diff --git a/net/http/http_pipelined_host_impl.cc b/net/http/http_pipelined_host_impl.cc
|
| index 5aa561fc6a30f2794d495baa22e92303374dc594..2c8238a192233b74a20c0ab136ef9eac26b39bc1 100644
|
| --- a/net/http/http_pipelined_host_impl.cc
|
| +++ b/net/http/http_pipelined_host_impl.cc
|
| @@ -43,7 +43,7 @@ HttpPipelinedStream* HttpPipelinedHostImpl::CreateStreamOnNewPipeline(
|
| const ProxyInfo& used_proxy_info,
|
| const BoundNetLog& net_log,
|
| bool was_npn_negotiated,
|
| - SSLClientSocket::NextProto protocol_negotiated) {
|
| + NextProto protocol_negotiated) {
|
| if (capability_ == PIPELINE_INCAPABLE) {
|
| return NULL;
|
| }
|
|
|