| 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 84989f770522cf51e5ef90075d2d2159cc5853a0..58ed2c277f699827b8236f2b817b4911cdf2616b 100644
|
| --- a/net/quic/core/crypto/quic_compressed_certs_cache.h
|
| +++ b/net/quic/core/crypto/quic_compressed_certs_cache.h
|
| @@ -2,8 +2,8 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#ifndef NET_QUIC_CRYPTO_QUIC_COMPRESSED_CERTS_CACHE_H_
|
| -#define NET_QUIC_CRYPTO_QUIC_COMPRESSED_CERTS_CACHE_H_
|
| +#ifndef NET_QUIC_CORE_CRYPTO_QUIC_COMPRESSED_CERTS_CACHE_H_
|
| +#define NET_QUIC_CORE_CRYPTO_QUIC_COMPRESSED_CERTS_CACHE_H_
|
|
|
| #include <string>
|
| #include <vector>
|
| @@ -106,4 +106,4 @@ class NET_EXPORT_PRIVATE QuicCompressedCertsCache {
|
|
|
| } // namespace net
|
|
|
| -#endif // NET_QUIC_CRYPTO_QUIC_COMPRESSED_CERTS_CACHE_H_
|
| +#endif // NET_QUIC_CORE_CRYPTO_QUIC_COMPRESSED_CERTS_CACHE_H_
|
|
|