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

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

Issue 2545543003: Split up quic_frames.{h,cc} into files for each frame type. (Closed)
Patch Set: Created 4 years 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_pending_retransmission.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/quic/core/quic_transmission_info.h
diff --git a/net/quic/core/quic_transmission_info.h b/net/quic/core/quic_transmission_info.h
index b6f6f41e7d9e24043ad612563416e8875076793c..56b90135e9facd2618fe4ba8d792c697162e4e49 100644
--- a/net/quic/core/quic_transmission_info.h
+++ b/net/quic/core/quic_transmission_info.h
@@ -7,8 +7,8 @@
#include <list>
+#include "net/quic/core/frames/quic_frame.h"
#include "net/quic/core/quic_ack_listener_interface.h"
-#include "net/quic/core/quic_frames.h"
#include "net/quic/core/quic_types.h"
namespace net {
« no previous file with comments | « net/quic/core/quic_pending_retransmission.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698