Index: net/quic/core/congestion_control/prr_sender_test.cc |
diff --git a/net/quic/congestion_control/prr_sender_test.cc b/net/quic/core/congestion_control/prr_sender_test.cc |
similarity index 96% |
rename from net/quic/congestion_control/prr_sender_test.cc |
rename to net/quic/core/congestion_control/prr_sender_test.cc |
index f7082f2f83c5c7db2fe2c17836db220074e528a0..d132c3307ba1473d55969fd41d156801df1b9ce9 100644 |
--- a/net/quic/congestion_control/prr_sender_test.cc |
+++ b/net/quic/core/congestion_control/prr_sender_test.cc |
@@ -2,14 +2,14 @@ |
// Use of this source code is governed by a BSD-style license that can be |
// found in the LICENSE file. |
-#include "net/quic/congestion_control/prr_sender.h" |
+#include "net/quic/core/congestion_control/prr_sender.h" |
#include <algorithm> |
#include "base/logging.h" |
-#include "net/quic/crypto/crypto_protocol.h" |
-#include "net/quic/quic_bandwidth.h" |
-#include "net/quic/quic_protocol.h" |
+#include "net/quic/core/crypto/crypto_protocol.h" |
+#include "net/quic/core/quic_bandwidth.h" |
+#include "net/quic/core/quic_protocol.h" |
#include "testing/gtest/include/gtest/gtest.h" |
namespace net { |