| Index: net/quic/core/quic_alarm.h
|
| diff --git a/net/quic/core/quic_alarm.h b/net/quic/core/quic_alarm.h
|
| index 7ad8af427be99267c4285b1d6669b68cd5f31a83..ed43384b6aa40da54fc92a6d9c3f8902f0aba3cf 100644
|
| --- a/net/quic/core/quic_alarm.h
|
| +++ b/net/quic/core/quic_alarm.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_ALARM_H_
|
| -#define NET_QUIC_QUIC_ALARM_H_
|
| +#ifndef NET_QUIC_CORE_QUIC_ALARM_H_
|
| +#define NET_QUIC_CORE_QUIC_ALARM_H_
|
|
|
| #include <memory>
|
|
|
| @@ -86,4 +86,4 @@ class NET_EXPORT_PRIVATE QuicAlarm {
|
|
|
| } // namespace net
|
|
|
| -#endif // NET_QUIC_QUIC_ALARM_H_
|
| +#endif // NET_QUIC_CORE_QUIC_ALARM_H_
|
|
|