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

Unified Diff: net/quic/chromium/quic_chromium_packet_reader.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
Index: net/quic/chromium/quic_chromium_packet_reader.h
diff --git a/net/quic/chromium/quic_chromium_packet_reader.h b/net/quic/chromium/quic_chromium_packet_reader.h
index 16c3cb7a16f5a0f993c66ca1a58df736943ba431..a58c623ba9a9c859ad5d0c00a466c7c9ef812b9d 100644
--- a/net/quic/chromium/quic_chromium_packet_reader.h
+++ b/net/quic/chromium/quic_chromium_packet_reader.h
@@ -3,8 +3,8 @@
// found in the LICENSE file.
//
-#ifndef NET_QUIC_QUIC_CHROMIUM_PACKET_READER_H_
-#define NET_QUIC_QUIC_CHROMIUM_PACKET_READER_H_
+#ifndef NET_QUIC_CHROMIUM_QUIC_CHROMIUM_PACKET_READER_H_
+#define NET_QUIC_CHROMIUM_QUIC_CHROMIUM_PACKET_READER_H_
#include "base/macros.h"
#include "base/memory/weak_ptr.h"
@@ -71,4 +71,4 @@ class NET_EXPORT_PRIVATE QuicChromiumPacketReader {
} // namespace net
-#endif // NET_QUIC_QUIC_CHROMIUM_PACKET_READER_H_
+#endif // NET_QUIC_CHROMIUM_QUIC_CHROMIUM_PACKET_READER_H_
« no previous file with comments | « net/quic/chromium/quic_chromium_connection_helper.h ('k') | net/quic/chromium/quic_chromium_packet_writer.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698