| Index: net/quic/core/quic_crypto_server_stream.h
|
| diff --git a/net/quic/core/quic_crypto_server_stream.h b/net/quic/core/quic_crypto_server_stream.h
|
| index 71e779b81e14597625b9187cd17492b27dfd56c3..50a143c11fd40b1c26844b28dd6b3719339515b6 100644
|
| --- a/net/quic/core/quic_crypto_server_stream.h
|
| +++ b/net/quic/core/quic_crypto_server_stream.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_QUIC_CRYPTO_SERVER_STREAM_H_
|
| -#define NET_QUIC_QUIC_CRYPTO_SERVER_STREAM_H_
|
| +#ifndef NET_QUIC_CORE_QUIC_CRYPTO_SERVER_STREAM_H_
|
| +#define NET_QUIC_CORE_QUIC_CRYPTO_SERVER_STREAM_H_
|
|
|
| #include <cstdint>
|
| #include <memory>
|
| @@ -279,4 +279,4 @@ class NET_EXPORT_PRIVATE QuicCryptoServerStream
|
|
|
| } // namespace net
|
|
|
| -#endif // NET_QUIC_QUIC_CRYPTO_SERVER_STREAM_H_
|
| +#endif // NET_QUIC_CORE_QUIC_CRYPTO_SERVER_STREAM_H_
|
|
|