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

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

Issue 2193073003: Move shared files in net/quic/ into net/quic/core/ (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: io_thread_unittest.cc Created 4 years, 5 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/quic/core/quic_sent_packet_manager.cc ('k') | net/quic/core/quic_sent_packet_manager_test.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/quic/core/quic_sent_packet_manager_interface.h
diff --git a/net/quic/quic_sent_packet_manager_interface.h b/net/quic/core/quic_sent_packet_manager_interface.h
similarity index 98%
rename from net/quic/quic_sent_packet_manager_interface.h
rename to net/quic/core/quic_sent_packet_manager_interface.h
index 09a768282a56dc8153309c293cd219f326de9708..30a48d3156df81143896b7cec9776a320268a1c8 100644
--- a/net/quic/quic_sent_packet_manager_interface.h
+++ b/net/quic/core/quic_sent_packet_manager_interface.h
@@ -6,8 +6,8 @@
#define NET_QUIC_QUIC_SENT_PACKET_MANAGER_INTERFACE_H_
#include "base/macros.h"
-#include "net/quic/quic_protocol.h"
-#include "net/quic/quic_sustained_bandwidth_recorder.h"
+#include "net/quic/core/quic_protocol.h"
+#include "net/quic/core/quic_sustained_bandwidth_recorder.h"
namespace net {
« no previous file with comments | « net/quic/core/quic_sent_packet_manager.cc ('k') | net/quic/core/quic_sent_packet_manager_test.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698