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

Unified Diff: net/quic/core/congestion_control/rtt_stats.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/congestion_control/prr_sender_test.cc ('k') | net/quic/core/congestion_control/rtt_stats.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/quic/core/congestion_control/rtt_stats.h
diff --git a/net/quic/congestion_control/rtt_stats.h b/net/quic/core/congestion_control/rtt_stats.h
similarity index 95%
rename from net/quic/congestion_control/rtt_stats.h
rename to net/quic/core/congestion_control/rtt_stats.h
index 009f07ec1057d91e02cd787d8d5875f0cc435ee0..b59909e63566d89c06432b62a7579e772f3e17e3 100644
--- a/net/quic/congestion_control/rtt_stats.h
+++ b/net/quic/core/congestion_control/rtt_stats.h
@@ -12,10 +12,10 @@
#include <algorithm>
#include "base/macros.h"
-#include "net/quic/congestion_control/windowed_filter.h"
-#include "net/quic/quic_bug_tracker.h"
-#include "net/quic/quic_protocol.h"
-#include "net/quic/quic_time.h"
+#include "net/quic/core/congestion_control/windowed_filter.h"
+#include "net/quic/core/quic_bug_tracker.h"
+#include "net/quic/core/quic_protocol.h"
+#include "net/quic/core/quic_time.h"
namespace net {
« no previous file with comments | « net/quic/core/congestion_control/prr_sender_test.cc ('k') | net/quic/core/congestion_control/rtt_stats.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698