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

Unified Diff: net/http/http_pipelined_stream.cc

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.cc
diff --git a/net/http/http_pipelined_stream.cc b/net/http/http_pipelined_stream.cc
index ba149810e9ee58c03e51775a0148f7e1d1b5b798..5c1929660cc71d0bdeb8b8dfbcd9cdf7053608d5 100644
--- a/net/http/http_pipelined_stream.cc
+++ b/net/http/http_pipelined_stream.cc
@@ -138,7 +138,7 @@ bool HttpPipelinedStream::was_npn_negotiated() const {
return pipeline_->was_npn_negotiated();
}
-SSLClientSocket::NextProto HttpPipelinedStream::protocol_negotiated() const {
+NextProto HttpPipelinedStream::protocol_negotiated() const {
return pipeline_->protocol_negotiated();
}

Powered by Google App Engine
This is Rietveld 408576698