Index: net/quic/core/crypto/null_decrypter.cc |
diff --git a/net/quic/crypto/null_decrypter.cc b/net/quic/core/crypto/null_decrypter.cc |
similarity index 93% |
rename from net/quic/crypto/null_decrypter.cc |
rename to net/quic/core/crypto/null_decrypter.cc |
index b0bf4d34f9ca640a93f32ce8e750b4f814b61b93..132e93321d42778679ed3548ed49c37f9b10702f 100644 |
--- a/net/quic/crypto/null_decrypter.cc |
+++ b/net/quic/core/crypto/null_decrypter.cc |
@@ -2,13 +2,13 @@ |
// Use of this source code is governed by a BSD-style license that can be |
// found in the LICENSE file. |
-#include "net/quic/crypto/null_decrypter.h" |
+#include "net/quic/core/crypto/null_decrypter.h" |
#include <stdint.h> |
-#include "net/quic/quic_bug_tracker.h" |
-#include "net/quic/quic_data_reader.h" |
-#include "net/quic/quic_utils.h" |
+#include "net/quic/core/quic_bug_tracker.h" |
+#include "net/quic/core/quic_data_reader.h" |
+#include "net/quic/core/quic_utils.h" |
using base::StringPiece; |
using std::string; |