Index: net/quic/congestion_control/tcp_cubic_sender.h |
diff --git a/net/quic/congestion_control/tcp_cubic_sender.h b/net/quic/congestion_control/tcp_cubic_sender.h |
index a98d1283e547d38810f69fd6a31379cdf5d554ff..757934b479b2f176e6b1e9bca1d693f217ba3743 100644 |
--- a/net/quic/congestion_control/tcp_cubic_sender.h |
+++ b/net/quic/congestion_control/tcp_cubic_sender.h |
@@ -2,8 +2,7 @@ |
// Use of this source code is governed by a BSD-style license that can be |
// found in the LICENSE file. |
// |
-// TCP cubic send side congestion algorithm, emulates the behavior of |
-// TCP cubic. |
+// TCP cubic send side congestion algorithm, emulates the behavior of TCP cubic. |
ramant (doing other things)
2015/03/14 01:21:47
nit: can roll this change back (it is not related,
|
#ifndef NET_QUIC_CONGESTION_CONTROL_TCP_CUBIC_SENDER_H_ |
#define NET_QUIC_CONGESTION_CONTROL_TCP_CUBIC_SENDER_H_ |