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

Unified Diff: net/quic/core/congestion_control/pacing_sender.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/core/congestion_control/pacing_sender.h
diff --git a/net/quic/core/congestion_control/pacing_sender.h b/net/quic/core/congestion_control/pacing_sender.h
index 4f6ff3cab068af5a7fe9a23621ff4f0b2c2a00ec..dceb2a01a3105a37157639646f3d321283a905de 100644
--- a/net/quic/core/congestion_control/pacing_sender.h
+++ b/net/quic/core/congestion_control/pacing_sender.h
@@ -8,8 +8,8 @@
// alarm to ensure that alarms are not set too aggressively, and err towards
// sending packets too early instead of too late.
-#ifndef NET_QUIC_CONGESTION_CONTROL_PACING_SENDER_H_
-#define NET_QUIC_CONGESTION_CONTROL_PACING_SENDER_H_
+#ifndef NET_QUIC_CORE_CONGESTION_CONTROL_PACING_SENDER_H_
+#define NET_QUIC_CORE_CONGESTION_CONTROL_PACING_SENDER_H_
#include <stdint.h>
@@ -73,4 +73,4 @@ class NET_EXPORT_PRIVATE PacingSender {
} // namespace net
-#endif // NET_QUIC_CONGESTION_CONTROL_PACING_SENDER_H_
+#endif // NET_QUIC_CORE_CONGESTION_CONTROL_PACING_SENDER_H_
« no previous file with comments | « net/quic/core/congestion_control/loss_detection_interface.h ('k') | net/quic/core/congestion_control/prr_sender.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698