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

Unified Diff: net/quic/core/frames/quic_stream_frame.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_path_close_frame.h ('k') | net/quic/core/interval.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/quic/core/frames/quic_stream_frame.h
diff --git a/net/quic/core/frames/quic_stream_frame.h b/net/quic/core/frames/quic_stream_frame.h
index 9efbd97cd24d65f6b77488d054217cb06acaa9fe..12ac19f76b38efb9606d9d3a2b9ac53506a5db85 100644
--- a/net/quic/core/frames/quic_stream_frame.h
+++ b/net/quic/core/frames/quic_stream_frame.h
@@ -76,4 +76,4 @@ static_assert(sizeof(QuicStreamFrame) <= 64,
} // namespace net
-#endif // NET_QUIC_CORE_QUIC_FRAMES_H_
+#endif // NET_QUIC_CORE_FRAMES_QUIC_STREAM_FRAME_H_
« no previous file with comments | « net/quic/core/frames/quic_path_close_frame.h ('k') | net/quic/core/interval.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698