| Index: net/quic/core/congestion_control/send_algorithm_interface.h
|
| diff --git a/net/quic/core/congestion_control/send_algorithm_interface.h b/net/quic/core/congestion_control/send_algorithm_interface.h
|
| index 084e73963c8add0007abbb96d4f228cea70cc8ba..f65b0395c9257d1d69554f7363f0da9c687bd6f1 100644
|
| --- a/net/quic/core/congestion_control/send_algorithm_interface.h
|
| +++ b/net/quic/core/congestion_control/send_algorithm_interface.h
|
| @@ -4,8 +4,8 @@
|
| //
|
| // The pure virtual class for send side congestion control algorithm.
|
|
|
| -#ifndef NET_QUIC_CONGESTION_CONTROL_SEND_ALGORITHM_INTERFACE_H_
|
| -#define NET_QUIC_CONGESTION_CONTROL_SEND_ALGORITHM_INTERFACE_H_
|
| +#ifndef NET_QUIC_CORE_CONGESTION_CONTROL_SEND_ALGORITHM_INTERFACE_H_
|
| +#define NET_QUIC_CORE_CONGESTION_CONTROL_SEND_ALGORITHM_INTERFACE_H_
|
|
|
| #include <algorithm>
|
| #include <map>
|
| @@ -139,4 +139,4 @@ class NET_EXPORT_PRIVATE SendAlgorithmInterface {
|
|
|
| } // namespace net
|
|
|
| -#endif // NET_QUIC_CONGESTION_CONTROL_SEND_ALGORITHM_INTERFACE_H_
|
| +#endif // NET_QUIC_CORE_CONGESTION_CONTROL_SEND_ALGORITHM_INTERFACE_H_
|
|
|