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

Unified Diff: net/quic/core/quic_one_block_arena.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_multipath_transmissions_map.h ('k') | net/quic/core/quic_packet_creator.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/quic/core/quic_one_block_arena.h
diff --git a/net/quic/core/quic_one_block_arena.h b/net/quic/core/quic_one_block_arena.h
index 37893747ec60b01e271875843bed94b2d7048370..6bf8c173d2ea9e589c8b9606f4f4ab21dd5d364f 100644
--- a/net/quic/core/quic_one_block_arena.h
+++ b/net/quic/core/quic_one_block_arena.h
@@ -7,8 +7,8 @@
// if an allocation out of the arena ever fails in debug builds; falls back to
// heap allocation in release builds.
-#ifndef NET_QUIC_QUIC_ONE_BLOCK_ARENA_H_
-#define NET_QUIC_QUIC_ONE_BLOCK_ARENA_H_
+#ifndef NET_QUIC_CORE_QUIC_ONE_BLOCK_ARENA_H_
+#define NET_QUIC_CORE_QUIC_ONE_BLOCK_ARENA_H_
#include "net/quic/core/quic_arena_scoped_ptr.h"
#include "net/quic/core/quic_flags.h"
@@ -74,4 +74,4 @@ QuicArenaScopedPtr<T> QuicOneBlockArena<ArenaSize>::New(Args&&... args) {
} // namespace net
-#endif // NET_QUIC_QUIC_ONE_BLOCK_ARENA_H_
+#endif // NET_QUIC_CORE_QUIC_ONE_BLOCK_ARENA_H_
« no previous file with comments | « net/quic/core/quic_multipath_transmissions_map.h ('k') | net/quic/core/quic_packet_creator.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698