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

Unified Diff: net/http/http_pipelined_host_forced.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_host_forced.h
diff --git a/net/http/http_pipelined_host_forced.h b/net/http/http_pipelined_host_forced.h
index fb222f5e4335111a983ac5ae073a6cad53882696..9dc272765ac9a5fecb17d211b845bfbf354472d3 100644
--- a/net/http/http_pipelined_host_forced.h
+++ b/net/http/http_pipelined_host_forced.h
@@ -47,7 +47,7 @@ class NET_EXPORT_PRIVATE HttpPipelinedHostForced
const ProxyInfo& used_proxy_info,
const BoundNetLog& net_log,
bool was_npn_negotiated,
- SSLClientSocket::NextProto protocol_negotiated) OVERRIDE;
+ NextProto protocol_negotiated) OVERRIDE;
virtual HttpPipelinedStream* CreateStreamOnExistingPipeline() OVERRIDE;

Powered by Google App Engine
This is Rietveld 408576698