Index: net/quic/core/quic_sent_packet_manager.h |
diff --git a/net/quic/quic_sent_packet_manager.h b/net/quic/core/quic_sent_packet_manager.h |
similarity index 97% |
rename from net/quic/quic_sent_packet_manager.h |
rename to net/quic/core/quic_sent_packet_manager.h |
index 02071e1d89c79531051726d9b877544f51c25da1..0cdd733ea86235dba1fabd508314229b7be73c74 100644 |
--- a/net/quic/quic_sent_packet_manager.h |
+++ b/net/quic/core/quic_sent_packet_manager.h |
@@ -15,12 +15,12 @@ |
#include "base/macros.h" |
#include "net/base/linked_hash_map.h" |
-#include "net/quic/congestion_control/loss_detection_interface.h" |
-#include "net/quic/congestion_control/rtt_stats.h" |
-#include "net/quic/congestion_control/send_algorithm_interface.h" |
-#include "net/quic/quic_protocol.h" |
-#include "net/quic/quic_sent_packet_manager_interface.h" |
-#include "net/quic/quic_unacked_packet_map.h" |
+#include "net/quic/core/congestion_control/loss_detection_interface.h" |
+#include "net/quic/core/congestion_control/rtt_stats.h" |
+#include "net/quic/core/congestion_control/send_algorithm_interface.h" |
+#include "net/quic/core/quic_protocol.h" |
+#include "net/quic/core/quic_sent_packet_manager_interface.h" |
+#include "net/quic/core/quic_unacked_packet_map.h" |
namespace net { |