| Index: net/quic/core/congestion_control/hybrid_slow_start_test.cc
|
| diff --git a/net/quic/congestion_control/hybrid_slow_start_test.cc b/net/quic/core/congestion_control/hybrid_slow_start_test.cc
|
| similarity index 97%
|
| rename from net/quic/congestion_control/hybrid_slow_start_test.cc
|
| rename to net/quic/core/congestion_control/hybrid_slow_start_test.cc
|
| index 18601afd50ce4c5e520392d75fcd6791adf26eed..7a580fac421846473cb9151d7d66f1855a13ccbe 100644
|
| --- a/net/quic/congestion_control/hybrid_slow_start_test.cc
|
| +++ b/net/quic/core/congestion_control/hybrid_slow_start_test.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 <memory>
|
|
|
|
|