| Index: net/quic/core/spdy_utils.h
|
| diff --git a/net/quic/core/spdy_utils.h b/net/quic/core/spdy_utils.h
|
| index 038333258a0a83147c2985faa68041bffff5c391..1da25228080f42e535ae1a35e8d4391d32f1a08a 100644
|
| --- a/net/quic/core/spdy_utils.h
|
| +++ b/net/quic/core/spdy_utils.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_SPDY_UTILS_H_
|
| -#define NET_QUIC_SPDY_UTILS_H_
|
| +#ifndef NET_QUIC_CORE_SPDY_UTILS_H_
|
| +#define NET_QUIC_CORE_SPDY_UTILS_H_
|
|
|
| #include <stddef.h>
|
| #include <stdint.h>
|
| @@ -84,4 +84,4 @@ class NET_EXPORT_PRIVATE SpdyUtils {
|
|
|
| } // namespace net
|
|
|
| -#endif // NET_QUIC_SPDY_UTILS_H_
|
| +#endif // NET_QUIC_CORE_SPDY_UTILS_H_
|
|
|