Index: net/quic/core/quic_crypto_stream_test.cc |
diff --git a/net/quic/quic_crypto_stream_test.cc b/net/quic/core/quic_crypto_stream_test.cc |
similarity index 96% |
rename from net/quic/quic_crypto_stream_test.cc |
rename to net/quic/core/quic_crypto_stream_test.cc |
index c7024f7cf61a1d98d1abccd4f3f1a44e1004d33d..4485ee881dcebeee83955d2121197a48fcd40772 100644 |
--- a/net/quic/quic_crypto_stream_test.cc |
+++ b/net/quic/core/quic_crypto_stream_test.cc |
@@ -2,7 +2,7 @@ |
// Use of this source code is governed by a BSD-style license that can be |
// found in the LICENSE file. |
-#include "net/quic/quic_crypto_stream.h" |
+#include "net/quic/core/quic_crypto_stream.h" |
#include <cstdint> |
#include <memory> |
@@ -10,8 +10,8 @@ |
#include <vector> |
#include "base/macros.h" |
-#include "net/quic/crypto/crypto_handshake.h" |
-#include "net/quic/crypto/crypto_protocol.h" |
+#include "net/quic/core/crypto/crypto_handshake.h" |
+#include "net/quic/core/crypto/crypto_protocol.h" |
#include "net/quic/test_tools/crypto_test_utils.h" |
#include "net/quic/test_tools/quic_test_utils.h" |
#include "net/quic/test_tools/reliable_quic_stream_peer.h" |