| Index: net/http/http_stream_factory.h
|
| diff --git a/net/http/http_stream_factory.h b/net/http/http_stream_factory.h
|
| index ff32589b4870b148bb761d56f0c9324ac842e5ea..3f1f91419dba7a4b31172480ec72e03a270901ed 100644
|
| --- a/net/http/http_stream_factory.h
|
| +++ b/net/http/http_stream_factory.h
|
| @@ -147,7 +147,7 @@ class NET_EXPORT_PRIVATE HttpStreamRequest {
|
| virtual bool was_npn_negotiated() const = 0;
|
|
|
| // Protocol negotiated with the server.
|
| - virtual SSLClientSocket::NextProto protocol_negotiated() const = 0;
|
| + virtual NextProto protocol_negotiated() const = 0;
|
|
|
| // Returns true if this stream is being fetched over SPDY.
|
| virtual bool using_spdy() const = 0;
|
|
|