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

Unified Diff: net/quic/core/congestion_control/send_algorithm_simulator.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
Index: net/quic/core/congestion_control/send_algorithm_simulator.h
diff --git a/net/quic/congestion_control/send_algorithm_simulator.h b/net/quic/core/congestion_control/send_algorithm_simulator.h
similarity index 98%
rename from net/quic/congestion_control/send_algorithm_simulator.h
rename to net/quic/core/congestion_control/send_algorithm_simulator.h
index 7fe0f01146684a273efc04a7aa3dcd6f31ff994a..fd93e27e9bc0ffbf3fb04a21dd309a2238c52f52 100644
--- a/net/quic/congestion_control/send_algorithm_simulator.h
+++ b/net/quic/core/congestion_control/send_algorithm_simulator.h
@@ -16,9 +16,9 @@
#include "base/format_macros.h"
#include "base/macros.h"
#include "base/strings/stringprintf.h"
-#include "net/quic/congestion_control/send_algorithm_interface.h"
-#include "net/quic/quic_protocol.h"
-#include "net/quic/quic_time.h"
+#include "net/quic/core/congestion_control/send_algorithm_interface.h"
+#include "net/quic/core/quic_protocol.h"
+#include "net/quic/core/quic_time.h"
#include "net/quic/test_tools/mock_clock.h"
#include "net/quic/test_tools/quic_test_utils.h"

Powered by Google App Engine
This is Rietveld 408576698