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

Unified Diff: net/quic/core/quic_headers_stream.h

Issue 2487613002: Landing Recent QUIC changes until 12:43 PM, Nov 5, 2016 UTC+8 (Closed)
Patch Set: Created 4 years, 1 month 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/quic/core/quic_flags_list.h ('k') | net/quic/core/quic_headers_stream.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/quic/core/quic_headers_stream.h
diff --git a/net/quic/core/quic_headers_stream.h b/net/quic/core/quic_headers_stream.h
index b425fed0c47959c05adf326b9bfc26ecebfc64a9..b10ec37d603c09241244171f3c7fe3ded9486870 100644
--- a/net/quic/core/quic_headers_stream.h
+++ b/net/quic/core/quic_headers_stream.h
@@ -13,7 +13,7 @@
#include "net/base/net_export.h"
#include "net/quic/core/quic_header_list.h"
#include "net/quic/core/quic_protocol.h"
-#include "net/quic/core/reliable_quic_stream.h"
+#include "net/quic/core/quic_stream.h"
#include "net/spdy/spdy_framer.h"
namespace net {
@@ -28,7 +28,7 @@ class QuicHeadersStreamPeer;
// over a reserved reliable stream with the id 3. Each endpoint
// (client and server) will allocate an instance of QuicHeadersStream
// to send and receive headers.
-class NET_EXPORT_PRIVATE QuicHeadersStream : public ReliableQuicStream {
+class NET_EXPORT_PRIVATE QuicHeadersStream : public QuicStream {
public:
class NET_EXPORT_PRIVATE HpackDebugVisitor {
public:
@@ -73,7 +73,7 @@ class NET_EXPORT_PRIVATE QuicHeadersStream : public ReliableQuicStream {
bool fin,
QuicAckListenerInterface* ack_notifier_delegate);
- // ReliableQuicStream implementation
+ // QuicStream implementation
void OnDataAvailable() override;
bool supports_push_promise() { return supports_push_promise_; }
« no previous file with comments | « net/quic/core/quic_flags_list.h ('k') | net/quic/core/quic_headers_stream.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698