Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(950)

Unified Diff: net/http/http_stream_factory.h

Issue 9959033: Move NextProto enum to a new file net/socket/next_proto.h (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Unwrap short lines. Created 8 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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;

Powered by Google App Engine
This is Rietveld 408576698