Index: net/quic/core/congestion_control/hybrid_slow_start.h |
diff --git a/net/quic/core/congestion_control/hybrid_slow_start.h b/net/quic/core/congestion_control/hybrid_slow_start.h |
index ad264e11bf9a6db6ecd8d728ddb91e93493aab2c..21b3fff3dd1712add7501834bb5d5620a5c2852b 100644 |
--- a/net/quic/core/congestion_control/hybrid_slow_start.h |
+++ b/net/quic/core/congestion_control/hybrid_slow_start.h |
@@ -13,8 +13,8 @@ |
// http://netsrv.csc.ncsu.edu/export/hybridstart_pfldnet08.pdf |
// http://research.csc.ncsu.edu/netsrv/sites/default/files/hystart_techreport_2008.pdf |
-#ifndef NET_QUIC_CONGESTION_CONTROL_HYBRID_SLOW_START_H_ |
-#define NET_QUIC_CONGESTION_CONTROL_HYBRID_SLOW_START_H_ |
+#ifndef NET_QUIC_CORE_CONGESTION_CONTROL_HYBRID_SLOW_START_H_ |
+#define NET_QUIC_CORE_CONGESTION_CONTROL_HYBRID_SLOW_START_H_ |
#include <stdint.h> |
@@ -81,4 +81,4 @@ class NET_EXPORT_PRIVATE HybridSlowStart { |
} // namespace net |
-#endif // NET_QUIC_CONGESTION_CONTROL_HYBRID_SLOW_START_H_ |
+#endif // NET_QUIC_CORE_CONGESTION_CONTROL_HYBRID_SLOW_START_H_ |