| Index: net/quic/core/quic_utils.h
|
| diff --git a/net/quic/core/quic_utils.h b/net/quic/core/quic_utils.h
|
| index 8fe06d127209671b69b6fa31ac333830a1f41dbb..66b338ab7513ac636b507cbf79b0bca3c9d163c9 100644
|
| --- a/net/quic/core/quic_utils.h
|
| +++ b/net/quic/core/quic_utils.h
|
| @@ -4,8 +4,8 @@
|
| //
|
| // Some helpers for quic.
|
|
|
| -#ifndef NET_QUIC_QUIC_UTILS_H_
|
| -#define NET_QUIC_QUIC_UTILS_H_
|
| +#ifndef NET_QUIC_CORE_QUIC_UTILS_H_
|
| +#define NET_QUIC_CORE_QUIC_UTILS_H_
|
|
|
| #include <stddef.h>
|
| #include <stdint.h>
|
| @@ -157,4 +157,4 @@ inline QuicIOVector MakeIOVector(base::StringPiece str, struct iovec* iov) {
|
|
|
| } // namespace net
|
|
|
| -#endif // NET_QUIC_QUIC_UTILS_H_
|
| +#endif // NET_QUIC_CORE_QUIC_UTILS_H_
|
|
|