| Index: net/quic/core/crypto/quic_compressed_certs_cache.h
|
| diff --git a/net/quic/crypto/quic_compressed_certs_cache.h b/net/quic/core/crypto/quic_compressed_certs_cache.h
|
| similarity index 98%
|
| rename from net/quic/crypto/quic_compressed_certs_cache.h
|
| rename to net/quic/core/crypto/quic_compressed_certs_cache.h
|
| index fe120f6bff64f2262fb203c1936a4abe06798302..e663469d750871d0974a119389d27b194669ea9c 100644
|
| --- a/net/quic/crypto/quic_compressed_certs_cache.h
|
| +++ b/net/quic/core/crypto/quic_compressed_certs_cache.h
|
| @@ -10,7 +10,7 @@
|
|
|
| #include "base/containers/mru_cache.h"
|
| #include "base/memory/ref_counted.h"
|
| -#include "net/quic/crypto/proof_source.h"
|
| +#include "net/quic/core/crypto/proof_source.h"
|
|
|
| namespace net {
|
|
|
|
|