Index: net/quic/core/quic_crypto_stream.cc |
diff --git a/net/quic/quic_crypto_stream.cc b/net/quic/core/quic_crypto_stream.cc |
similarity index 92% |
rename from net/quic/quic_crypto_stream.cc |
rename to net/quic/core/quic_crypto_stream.cc |
index 271af57a29b53831c9888f76856e98963dd28d31..831b57fc5bf2a33354cda06e4dc964df595a61de 100644 |
--- a/net/quic/quic_crypto_stream.cc |
+++ b/net/quic/core/quic_crypto_stream.cc |
@@ -2,17 +2,17 @@ |
// 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 <string> |
#include "base/strings/string_piece.h" |
-#include "net/quic/crypto/crypto_handshake.h" |
-#include "net/quic/crypto/crypto_utils.h" |
-#include "net/quic/quic_connection.h" |
-#include "net/quic/quic_flags.h" |
-#include "net/quic/quic_session.h" |
-#include "net/quic/quic_utils.h" |
+#include "net/quic/core/crypto/crypto_handshake.h" |
+#include "net/quic/core/crypto/crypto_utils.h" |
+#include "net/quic/core/quic_connection.h" |
+#include "net/quic/core/quic_flags.h" |
+#include "net/quic/core/quic_session.h" |
+#include "net/quic/core/quic_utils.h" |
using std::string; |
using base::StringPiece; |