Index: net/quic/core/crypto/crypto_handshake_message.cc |
diff --git a/net/quic/crypto/crypto_handshake_message.cc b/net/quic/core/crypto/crypto_handshake_message.cc |
similarity index 96% |
rename from net/quic/crypto/crypto_handshake_message.cc |
rename to net/quic/core/crypto/crypto_handshake_message.cc |
index b07eac86ba0f53f4e4d6b378169cd7c1da66fe7b..6d09164549a4118010fedcd3f65a8a4d7e0eb3b6 100644 |
--- a/net/quic/crypto/crypto_handshake_message.cc |
+++ b/net/quic/core/crypto/crypto_handshake_message.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/crypto/crypto_handshake_message.h" |
+#include "net/quic/core/crypto/crypto_handshake_message.h" |
#include <memory> |
#include "base/strings/string_number_conversions.h" |
#include "base/strings/stringprintf.h" |
-#include "net/quic/crypto/crypto_framer.h" |
-#include "net/quic/crypto/crypto_protocol.h" |
-#include "net/quic/crypto/crypto_utils.h" |
-#include "net/quic/quic_socket_address_coder.h" |
-#include "net/quic/quic_utils.h" |
+#include "net/quic/core/crypto/crypto_framer.h" |
+#include "net/quic/core/crypto/crypto_protocol.h" |
+#include "net/quic/core/crypto/crypto_utils.h" |
+#include "net/quic/core/quic_socket_address_coder.h" |
+#include "net/quic/core/quic_utils.h" |
using base::StringPiece; |
using base::StringPrintf; |