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

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

Issue 2247903003: QUIC - sync'ing chromium source with the internal source tree. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@Final
Patch Set: Created 4 years, 4 months 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_packet_creator_test.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/quic/core/quic_utils.h
diff --git a/net/quic/core/quic_utils.h b/net/quic/core/quic_utils.h
index 8fe06d127209671b69b6fa31ac333830a1f41dbb..66b338ab7513ac636b507cbf79b0bca3c9d163c9 100644
--- a/net/quic/core/quic_utils.h
+++ b/net/quic/core/quic_utils.h
@@ -4,8 +4,8 @@
//
// Some helpers for quic.
-#ifndef NET_QUIC_QUIC_UTILS_H_
-#define NET_QUIC_QUIC_UTILS_H_
+#ifndef NET_QUIC_CORE_QUIC_UTILS_H_
+#define NET_QUIC_CORE_QUIC_UTILS_H_
#include <stddef.h>
#include <stdint.h>
@@ -157,4 +157,4 @@ inline QuicIOVector MakeIOVector(base::StringPiece str, struct iovec* iov) {
} // namespace net
-#endif // NET_QUIC_QUIC_UTILS_H_
+#endif // NET_QUIC_CORE_QUIC_UTILS_H_
« no previous file with comments | « net/quic/core/quic_packet_creator_test.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698