| Index: net/http/http_pipelined_host_pool.h
|
| diff --git a/net/http/http_pipelined_host_pool.h b/net/http/http_pipelined_host_pool.h
|
| index 1d0bbc6378c84d96e85aa39f8d7913b9dd8203bf..9f0681d3280b88966bad5965ebeb3d4be9926f6a 100644
|
| --- a/net/http/http_pipelined_host_pool.h
|
| +++ b/net/http/http_pipelined_host_pool.h
|
| @@ -57,7 +57,7 @@ class NET_EXPORT_PRIVATE HttpPipelinedHostPool
|
| const ProxyInfo& used_proxy_info,
|
| const BoundNetLog& net_log,
|
| bool was_npn_negotiated,
|
| - SSLClientSocket::NextProto protocol_negotiated);
|
| + NextProto protocol_negotiated);
|
|
|
| // Tries to find an existing pipeline with capacity for a new request. If
|
| // successful, returns a new stream on that pipeline. Otherwise, returns NULL.
|
|
|