diff options
Diffstat (limited to 'net/http/http_stream_factory.h')
-rw-r--r-- | net/http/http_stream_factory.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/http/http_stream_factory.h b/net/http/http_stream_factory.h index ce32b14..f767844 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; |