| Index: net/quic/core/congestion_control/cubic.h
|
| diff --git a/net/quic/core/congestion_control/cubic.h b/net/quic/core/congestion_control/cubic.h
|
| index 350c59bba598ea1ab744e734e1e429ba17b8e0f3..78f1830782f5f190a4524fc2f1a85d1e11b43e29 100644
|
| --- a/net/quic/core/congestion_control/cubic.h
|
| +++ b/net/quic/core/congestion_control/cubic.h
|
| @@ -5,8 +5,8 @@
|
| // Cubic algorithm, helper class to TCP cubic.
|
| // For details see http://netsrv.csc.ncsu.edu/export/cubic_a_new_tcp_2008.pdf.
|
|
|
| -#ifndef NET_QUIC_CONGESTION_CONTROL_CUBIC_H_
|
| -#define NET_QUIC_CONGESTION_CONTROL_CUBIC_H_
|
| +#ifndef NET_QUIC_CORE_CONGESTION_CONTROL_CUBIC_H_
|
| +#define NET_QUIC_CORE_CONGESTION_CONTROL_CUBIC_H_
|
|
|
| #include <stdint.h>
|
|
|
| @@ -111,4 +111,4 @@ class NET_EXPORT_PRIVATE Cubic {
|
|
|
| } // namespace net
|
|
|
| -#endif // NET_QUIC_CONGESTION_CONTROL_CUBIC_H_
|
| +#endif // NET_QUIC_CORE_CONGESTION_CONTROL_CUBIC_H_
|
|
|