Index: net/quic/core/crypto/cert_compressor.cc |
diff --git a/net/quic/crypto/cert_compressor.cc b/net/quic/core/crypto/cert_compressor.cc |
similarity index 99% |
rename from net/quic/crypto/cert_compressor.cc |
rename to net/quic/core/crypto/cert_compressor.cc |
index 366252b2451f22ee93834fffaaba4a7c5d3c28d5..40108267c31e11de08a0dfb18e1910045e569ab4 100644 |
--- a/net/quic/crypto/cert_compressor.cc |
+++ b/net/quic/core/crypto/cert_compressor.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/cert_compressor.h" |
+#include "net/quic/core/crypto/cert_compressor.h" |
#include <cstdint> |
#include <memory> |
#include "base/logging.h" |
-#include "net/quic/quic_utils.h" |
+#include "net/quic/core/quic_utils.h" |
#include "third_party/zlib/zlib.h" |
using base::StringPiece; |