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

Unified Diff: net/quic/core/interval.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/frames/quic_stream_frame.h ('k') | net/quic/core/interval_set.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/quic/core/interval.h
diff --git a/net/quic/core/interval.h b/net/quic/core/interval.h
index d29694e598bc054a22a5ebae9ad4498e3295c40e..eaae9c98b58aa9af1f6ad62470a415d04c867a64 100644
--- a/net/quic/core/interval.h
+++ b/net/quic/core/interval.h
@@ -57,8 +57,8 @@
// EXPECT_TRUE(r1.Empty()); // Now r1 is empty.
// EXPECT_FALSE(r1.Contains(r1.min())); // e.g. doesn't contain its own min.
-#ifndef NET_QUIC_INTERVAL_H_
-#define NET_QUIC_INTERVAL_H_
+#ifndef NET_QUIC_CORE_INTERVAL_H_
+#define NET_QUIC_CORE_INTERVAL_H_
#include <stddef.h>
@@ -299,4 +299,4 @@ bool Interval<T>::Difference(const Interval& i,
} // namespace net
-#endif // NET_QUIC_INTERVAL_H_
+#endif // NET_QUIC_CORE_INTERVAL_H_
« no previous file with comments | « net/quic/core/frames/quic_stream_frame.h ('k') | net/quic/core/interval_set.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698