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

Unified Diff: net/tools/quic/quic_spdy_server_stream.h

Issue 1190823003: Remove dependency on headers stream from QuicSession. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@Final_0616
Patch Set: deleted an include Created 5 years, 6 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
« no previous file with comments | « net/tools/quic/quic_simple_client.cc ('k') | net/tools/quic/quic_spdy_server_stream.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/tools/quic/quic_spdy_server_stream.h
diff --git a/net/tools/quic/quic_spdy_server_stream.h b/net/tools/quic/quic_spdy_server_stream.h
index 9420d3b34ae9ec462712a027c82d75e695e23a2e..019bc033ebe01d5c4aea339daeaa70a360c19235 100644
--- a/net/tools/quic/quic_spdy_server_stream.h
+++ b/net/tools/quic/quic_spdy_server_stream.h
@@ -14,7 +14,7 @@
namespace net {
-class QuicSession;
+class QuicSpdySession;
namespace tools {
@@ -26,7 +26,7 @@ class QuicSpdyServerStreamPeer;
// response.
class QuicSpdyServerStream : public QuicDataStream {
public:
- QuicSpdyServerStream(QuicStreamId id, QuicSession* session);
+ QuicSpdyServerStream(QuicStreamId id, QuicSpdySession* session);
~QuicSpdyServerStream() override;
// ReliableQuicStream implementation called by the session when there's
« no previous file with comments | « net/tools/quic/quic_simple_client.cc ('k') | net/tools/quic/quic_spdy_server_stream.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698