| Index: net/http/http_pipelined_stream.cc
|
| diff --git a/net/http/http_pipelined_stream.cc b/net/http/http_pipelined_stream.cc
|
| index ba149810e9ee58c03e51775a0148f7e1d1b5b798..5c1929660cc71d0bdeb8b8dfbcd9cdf7053608d5 100644
|
| --- a/net/http/http_pipelined_stream.cc
|
| +++ b/net/http/http_pipelined_stream.cc
|
| @@ -138,7 +138,7 @@ bool HttpPipelinedStream::was_npn_negotiated() const {
|
| return pipeline_->was_npn_negotiated();
|
| }
|
|
|
| -SSLClientSocket::NextProto HttpPipelinedStream::protocol_negotiated() const {
|
| +NextProto HttpPipelinedStream::protocol_negotiated() const {
|
| return pipeline_->protocol_negotiated();
|
| }
|
|
|
|
|