| Index: net/quic/core/crypto/quic_compressed_certs_cache.h
|
| diff --git a/net/quic/core/crypto/quic_compressed_certs_cache.h b/net/quic/core/crypto/quic_compressed_certs_cache.h
|
| index 7ae67645c26a140602472fc81fe8513d304ccb7e..cb1daa8e4f9824075c878efa8105601d6c979257 100644
|
| --- a/net/quic/core/crypto/quic_compressed_certs_cache.h
|
| +++ b/net/quic/core/crypto/quic_compressed_certs_cache.h
|
| @@ -74,7 +74,6 @@ class QUIC_EXPORT_PRIVATE QuicCompressedCertsCache {
|
| CachedCerts(const UncompressedCerts& uncompressed_certs,
|
| const std::string& compressed_cert);
|
| CachedCerts(const CachedCerts& other);
|
| -
|
| ~CachedCerts();
|
|
|
| // Returns true if the |uncompressed_certs| matches uncompressed
|
|
|