| Index: net/tools/quic/quic_simple_crypto_server_stream_helper.h
|
| diff --git a/net/tools/quic/quic_simple_crypto_server_stream_helper.h b/net/tools/quic/quic_simple_crypto_server_stream_helper.h
|
| index 8449ed06fe76d3d5277959009344f270c25fa4e2..31c257df395a9f1f0cc15cb8502ef5f43560c45a 100644
|
| --- a/net/tools/quic/quic_simple_crypto_server_stream_helper.h
|
| +++ b/net/tools/quic/quic_simple_crypto_server_stream_helper.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_TOOLS_QUIC_SIMPLE_CRYPTO_SERVER_STREAM_HELPER_H_
|
| -#define NET_QUIC_TOOLS_QUIC_SIMPLE_CRYPTO_SERVER_STREAM_HELPER_H_
|
| +#ifndef NET_TOOLS_QUIC_QUIC_SIMPLE_CRYPTO_SERVER_STREAM_HELPER_H_
|
| +#define NET_TOOLS_QUIC_QUIC_SIMPLE_CRYPTO_SERVER_STREAM_HELPER_H_
|
|
|
| #include "net/quic/core/crypto/quic_random.h"
|
| #include "net/quic/core/quic_crypto_server_stream.h"
|
| @@ -32,4 +32,4 @@ class QuicSimpleCryptoServerStreamHelper
|
|
|
| } // namespace net
|
|
|
| -#endif // NET_QUIC_TOOLS_QUIC_SIMPLE_CRYPTO_SERVER_STREAM_HELPER_H_
|
| +#endif // NET_TOOLS_QUIC_QUIC_SIMPLE_CRYPTO_SERVER_STREAM_HELPER_H_
|
|
|