| Index: net/tools/quic/quic_epoll_alarm_factory.h
|
| diff --git a/net/tools/quic/quic_epoll_alarm_factory.h b/net/tools/quic/quic_epoll_alarm_factory.h
|
| index 1f94b79417eb0cd07a73bea7ccd798d8032272d2..9c47f56dc7b8a3b591636eaa7e4e970d28909921 100644
|
| --- a/net/tools/quic/quic_epoll_alarm_factory.h
|
| +++ b/net/tools/quic/quic_epoll_alarm_factory.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_EPOLL_ALARM_FACTORY_H_
|
| -#define NET_QUIC_QUIC_EPOLL_ALARM_FACTORY_H_
|
| +#ifndef NET_TOOLS_QUIC_QUIC_EPOLL_ALARM_FACTORY_H_
|
| +#define NET_TOOLS_QUIC_QUIC_EPOLL_ALARM_FACTORY_H_
|
|
|
| #include "net/quic/core/quic_alarm.h"
|
| #include "net/quic/core/quic_alarm_factory.h"
|
| @@ -32,4 +32,4 @@ class QuicEpollAlarmFactory : public QuicAlarmFactory {
|
|
|
| } // namespace net
|
|
|
| -#endif // NET_QUIC_QUIC_EPOLL_ALARM_FACTORY_H_
|
| +#endif // NET_TOOLS_QUIC_QUIC_EPOLL_ALARM_FACTORY_H_
|
|
|