Index: net/quic/core/congestion_control/pacing_sender_test.cc |
diff --git a/net/quic/congestion_control/pacing_sender_test.cc b/net/quic/core/congestion_control/pacing_sender_test.cc |
similarity index 99% |
rename from net/quic/congestion_control/pacing_sender_test.cc |
rename to net/quic/core/congestion_control/pacing_sender_test.cc |
index 3277cacd7a9b5fe69aa80bcf25976bd98cf10acd..046c157b73b6168cd7700176dcd12668f6c17ee4 100644 |
--- a/net/quic/congestion_control/pacing_sender_test.cc |
+++ b/net/quic/core/congestion_control/pacing_sender_test.cc |
@@ -2,12 +2,12 @@ |
// 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/pacing_sender.h" |
+#include "net/quic/core/congestion_control/pacing_sender.h" |
#include <memory> |
#include "base/logging.h" |
-#include "net/quic/quic_protocol.h" |
+#include "net/quic/core/quic_protocol.h" |
#include "net/quic/test_tools/mock_clock.h" |
#include "net/quic/test_tools/quic_test_utils.h" |
#include "testing/gtest/include/gtest/gtest.h" |