| Index: net/http/http_pipelined_host.h
|
| diff --git a/net/http/http_pipelined_host.h b/net/http/http_pipelined_host.h
|
| index 24b6e3ad3a130d9ddbbf7c9404ad3fae246533d1..03c685a0c7a4f7f6c52a38541ada4c563eda466e 100644
|
| --- a/net/http/http_pipelined_host.h
|
| +++ b/net/http/http_pipelined_host.h
|
| @@ -80,7 +80,7 @@ class NET_EXPORT_PRIVATE HttpPipelinedHost {
|
| const ProxyInfo& used_proxy_info,
|
| const BoundNetLog& net_log,
|
| bool was_npn_negotiated,
|
| - SSLClientSocket::NextProto protocol_negotiated) = 0;
|
| + NextProto protocol_negotiated) = 0;
|
|
|
| // Tries to find an existing pipeline with capacity for a new request. If
|
| // successful, returns a new stream on that pipeline. Otherwise, returns NULL.
|
|
|