Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(221)

Unified Diff: net/quic/core/quic_arena_scoped_ptr.h

Issue 2566473002: Fix include guards for QUIC files. (Closed)
Patch Set: Created 4 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « net/quic/core/quic_alarm_factory.h ('k') | net/quic/core/quic_bandwidth.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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_
« no previous file with comments | « net/quic/core/quic_alarm_factory.h ('k') | net/quic/core/quic_bandwidth.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698