| Index: net/http/http_pipelined_stream.h
|
| diff --git a/net/http/http_pipelined_stream.h b/net/http/http_pipelined_stream.h
|
| index 6930c08970cb50fdd9fb409e7040b51f153dae28..ec48175340917a347ab11e5acf4040046a4ec775 100644
|
| --- a/net/http/http_pipelined_stream.h
|
| +++ b/net/http/http_pipelined_stream.h
|
| @@ -98,7 +98,7 @@ class HttpPipelinedStream : public HttpStream {
|
| bool was_npn_negotiated() const;
|
|
|
| // Protocol negotiated with the server.
|
| - SSLClientSocket::NextProto protocol_negotiated() const;
|
| + NextProto protocol_negotiated() const;
|
|
|
| private:
|
| HttpPipelinedConnectionImpl* pipeline_;
|
|
|