| Index: net/quic/core/quic_arena_scoped_ptr.h
|
| diff --git a/net/quic/core/quic_arena_scoped_ptr.h b/net/quic/core/quic_arena_scoped_ptr.h
|
| index d9ca24282bf2b1ffd0d91188a1bdea574b97b47a..320bfa3e794ae6c05320968c14099f03ce5a3fb9 100644
|
| --- a/net/quic/core/quic_arena_scoped_ptr.h
|
| +++ b/net/quic/core/quic_arena_scoped_ptr.h
|
| @@ -8,8 +8,8 @@
|
| // type has a non-trivial destructor, the arena must outlive the
|
| // QuicArenaScopedPtr. Does not support array overloads.
|
|
|
| -#ifndef NET_QUIC_QUIC_ARENA_SCOPED_PTR_H_
|
| -#define NET_QUIC_QUIC_ARENA_SCOPED_PTR_H_
|
| +#ifndef NET_QUIC_CORE_QUIC_ARENA_SCOPED_PTR_H_
|
| +#define NET_QUIC_CORE_QUIC_ARENA_SCOPED_PTR_H_
|
|
|
| #include <cstdint> // for uintptr_t
|
|
|
| @@ -207,4 +207,4 @@ QuicArenaScopedPtr<T>::QuicArenaScopedPtr(void* value, ConstructFrom from_arena)
|
|
|
| } // namespace net
|
|
|
| -#endif // NET_QUIC_QUIC_ARENA_SCOPED_PTR_H_
|
| +#endif // NET_QUIC_CORE_QUIC_ARENA_SCOPED_PTR_H_
|
|
|