| Index: net/http/http_pipelined_host_impl.h
|
| diff --git a/net/http/http_pipelined_host_impl.h b/net/http/http_pipelined_host_impl.h
|
| index 55e929ea10e0397026fd0620e9a7c9e7bbba4e95..7a5b6641b222b73e6eb7ee020d3534499910646b 100644
|
| --- a/net/http/http_pipelined_host_impl.h
|
| +++ b/net/http/http_pipelined_host_impl.h
|
| @@ -49,7 +49,7 @@ class NET_EXPORT_PRIVATE HttpPipelinedHostImpl
|
| const ProxyInfo& used_proxy_info,
|
| const BoundNetLog& net_log,
|
| bool was_npn_negotiated,
|
| - SSLClientSocket::NextProto protocol_negotiated) OVERRIDE;
|
| + NextProto protocol_negotiated) OVERRIDE;
|
|
|
| virtual HttpPipelinedStream* CreateStreamOnExistingPipeline() OVERRIDE;
|
|
|
|
|