| Index: net/http/http_pipelined_connection_impl.cc
|
| diff --git a/net/http/http_pipelined_connection_impl.cc b/net/http/http_pipelined_connection_impl.cc
|
| index 4f6fc51f8df8052e35a1c7462602b3088fadde2b..e4e503263718f7bbdb4bf8880f8f2e93ddc20191 100644
|
| --- a/net/http/http_pipelined_connection_impl.cc
|
| +++ b/net/http/http_pipelined_connection_impl.cc
|
| @@ -70,7 +70,7 @@ HttpPipelinedConnectionImpl::HttpPipelinedConnectionImpl(
|
| const ProxyInfo& used_proxy_info,
|
| const BoundNetLog& net_log,
|
| bool was_npn_negotiated,
|
| - SSLClientSocket::NextProto protocol_negotiated)
|
| + NextProto protocol_negotiated)
|
| : delegate_(delegate),
|
| connection_(connection),
|
| used_ssl_config_(used_ssl_config),
|
| @@ -811,7 +811,7 @@ bool HttpPipelinedConnectionImpl::was_npn_negotiated() const {
|
| return was_npn_negotiated_;
|
| }
|
|
|
| -SSLClientSocket::NextProto HttpPipelinedConnectionImpl::protocol_negotiated()
|
| +NextProto HttpPipelinedConnectionImpl::protocol_negotiated()
|
| const {
|
| return protocol_negotiated_;
|
| }
|
|
|