| Index: net/quic/core/congestion_control/hybrid_slow_start.cc
|
| diff --git a/net/quic/congestion_control/hybrid_slow_start.cc b/net/quic/core/congestion_control/hybrid_slow_start.cc
|
| similarity index 98%
|
| rename from net/quic/congestion_control/hybrid_slow_start.cc
|
| rename to net/quic/core/congestion_control/hybrid_slow_start.cc
|
| index 67743969065efe01ac8b982ca30bc5795b1516ce..3224cd67cf67b71518d2387a3ede3603f2a6ae61 100644
|
| --- a/net/quic/congestion_control/hybrid_slow_start.cc
|
| +++ b/net/quic/core/congestion_control/hybrid_slow_start.cc
|
| @@ -2,7 +2,7 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#include "net/quic/congestion_control/hybrid_slow_start.h"
|
| +#include "net/quic/core/congestion_control/hybrid_slow_start.h"
|
|
|
| #include <algorithm>
|
|
|
|
|