| Index: net/quic/core/crypto/cert_compressor_test.cc
|
| diff --git a/net/quic/crypto/cert_compressor_test.cc b/net/quic/core/crypto/cert_compressor_test.cc
|
| similarity index 98%
|
| rename from net/quic/crypto/cert_compressor_test.cc
|
| rename to net/quic/core/crypto/cert_compressor_test.cc
|
| index 0cd8c3eda2295e021b55f322c80d99d443ac821e..dff6f10c48c7654170197bc28ca45dc4e1c9dc89 100644
|
| --- a/net/quic/crypto/cert_compressor_test.cc
|
| +++ b/net/quic/core/crypto/cert_compressor_test.cc
|
| @@ -2,11 +2,11 @@
|
| // 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 <memory>
|
|
|
| -#include "net/quic/quic_utils.h"
|
| +#include "net/quic/core/quic_utils.h"
|
| #include "net/quic/test_tools/crypto_test_utils.h"
|
| #include "testing/gtest/include/gtest/gtest.h"
|
|
|
|
|