Index: net/quic/core/congestion_control/loss_detection_interface.h |
diff --git a/net/quic/core/congestion_control/loss_detection_interface.h b/net/quic/core/congestion_control/loss_detection_interface.h |
index 5a16a68de3ee82cbfcfc88e938abb2f668694b56..e43373595bf034af5499c22045308e8d120c6236 100644 |
--- a/net/quic/core/congestion_control/loss_detection_interface.h |
+++ b/net/quic/core/congestion_control/loss_detection_interface.h |
@@ -4,8 +4,8 @@ |
// |
// The pure virtual class for send side loss detection algorithm. |
-#ifndef NET_QUIC_CONGESTION_CONTROL_LOSS_DETECTION_INTERFACE_H_ |
-#define NET_QUIC_CONGESTION_CONTROL_LOSS_DETECTION_INTERFACE_H_ |
+#ifndef NET_QUIC_CORE_CONGESTION_CONTROL_LOSS_DETECTION_INTERFACE_H_ |
+#define NET_QUIC_CORE_CONGESTION_CONTROL_LOSS_DETECTION_INTERFACE_H_ |
#include "net/base/net_export.h" |
#include "net/quic/core/congestion_control/send_algorithm_interface.h" |
@@ -46,4 +46,4 @@ class NET_EXPORT_PRIVATE LossDetectionInterface { |
} // namespace net |
-#endif // NET_QUIC_CONGESTION_CONTROL_LOSS_DETECTION_INTERFACE_H_ |
+#endif // NET_QUIC_CORE_CONGESTION_CONTROL_LOSS_DETECTION_INTERFACE_H_ |