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

Unified Diff: net/http/http_pipelined_stream.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_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_;

Powered by Google App Engine
This is Rietveld 408576698