| Index: net/quic/core/quic_time.h
|
| diff --git a/net/quic/core/quic_time.h b/net/quic/core/quic_time.h
|
| index 08b7d21203de187c0c2da02125792ea5180bd7f0..60900f75571f4f97bb3c79beb827856e1a8dd4aa 100644
|
| --- a/net/quic/core/quic_time.h
|
| +++ b/net/quic/core/quic_time.h
|
| @@ -8,8 +8,8 @@
|
| //
|
| // This implementation wraps the classes base::TimeTicks and base::TimeDelta.
|
|
|
| -#ifndef NET_QUIC_QUIC_TIME_H_
|
| -#define NET_QUIC_QUIC_TIME_H_
|
| +#ifndef NET_QUIC_CORE_QUIC_TIME_H_
|
| +#define NET_QUIC_CORE_QUIC_TIME_H_
|
|
|
| #include <stdint.h>
|
|
|
| @@ -271,4 +271,4 @@ inline std::ostream& operator<<(std::ostream& output,
|
| }
|
| } // namespace net
|
|
|
| -#endif // NET_QUIC_QUIC_TIME_H_
|
| +#endif // NET_QUIC_CORE_QUIC_TIME_H_
|
|
|