Index: net/quic/core/crypto/crypto_secret_boxer.cc |
diff --git a/net/quic/crypto/crypto_secret_boxer.cc b/net/quic/core/crypto/crypto_secret_boxer.cc |
similarity index 90% |
rename from net/quic/crypto/crypto_secret_boxer.cc |
rename to net/quic/core/crypto/crypto_secret_boxer.cc |
index 347333fb0d8556b8c4ea2a210d3e38a3d9eec881..37f48b5e312f3cab042a27fe26303996baa44f3d 100644 |
--- a/net/quic/crypto/crypto_secret_boxer.cc |
+++ b/net/quic/core/crypto/crypto_secret_boxer.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_secret_boxer.h" |
+#include "net/quic/core/crypto/crypto_secret_boxer.h" |
#include <memory> |
#include "base/logging.h" |
-#include "net/quic/crypto/aes_128_gcm_12_decrypter.h" |
-#include "net/quic/crypto/aes_128_gcm_12_encrypter.h" |
-#include "net/quic/crypto/crypto_protocol.h" |
-#include "net/quic/crypto/quic_decrypter.h" |
-#include "net/quic/crypto/quic_encrypter.h" |
-#include "net/quic/crypto/quic_random.h" |
+#include "net/quic/core/crypto/aes_128_gcm_12_decrypter.h" |
+#include "net/quic/core/crypto/aes_128_gcm_12_encrypter.h" |
+#include "net/quic/core/crypto/crypto_protocol.h" |
+#include "net/quic/core/crypto/quic_decrypter.h" |
+#include "net/quic/core/crypto/quic_encrypter.h" |
+#include "net/quic/core/crypto/quic_random.h" |
using base::StringPiece; |
using std::string; |