| Index: net/quic/core/crypto/crypto_framer.h
|
| diff --git a/net/quic/core/crypto/crypto_framer.h b/net/quic/core/crypto/crypto_framer.h
|
| index 312efc32e9e9560e3f94b76f05800406e9c6a061..705173fd21e351788a32c9f2c4f24ddcbaa856e2 100644
|
| --- a/net/quic/core/crypto/crypto_framer.h
|
| +++ b/net/quic/core/crypto/crypto_framer.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_CRYPTO_FRAMER_H_
|
| -#define NET_QUIC_CRYPTO_CRYPTO_FRAMER_H_
|
| +#ifndef NET_QUIC_CORE_CRYPTO_CRYPTO_FRAMER_H_
|
| +#define NET_QUIC_CORE_CRYPTO_CRYPTO_FRAMER_H_
|
|
|
| #include <stddef.h>
|
| #include <stdint.h>
|
| @@ -114,4 +114,4 @@ class NET_EXPORT_PRIVATE CryptoFramer {
|
|
|
| } // namespace net
|
|
|
| -#endif // NET_QUIC_CRYPTO_CRYPTO_FRAMER_H_
|
| +#endif // NET_QUIC_CORE_CRYPTO_CRYPTO_FRAMER_H_
|
|
|