| Index: net/quic/congestion_control/inter_arrival_bitrate_ramp_up_test.cc
|
| diff --git a/net/quic/congestion_control/inter_arrival_bitrate_ramp_up_test.cc b/net/quic/congestion_control/inter_arrival_bitrate_ramp_up_test.cc
|
| index acae78d2056c47f4c3bba1a5776f7cf6e8bbe9f8..198679ccf96c7d0bd3e14e3f5b7e03c3cd1178ba 100644
|
| --- a/net/quic/congestion_control/inter_arrival_bitrate_ramp_up_test.cc
|
| +++ b/net/quic/congestion_control/inter_arrival_bitrate_ramp_up_test.cc
|
| @@ -2,6 +2,8 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| +#include <algorithm>
|
| +
|
| #include "base/basictypes.h"
|
| #include "base/logging.h"
|
| #include "net/quic/congestion_control/inter_arrival_bitrate_ramp_up.h"
|
|
|