| Index: net/quic/core/congestion_control/cubic_test.cc
|
| diff --git a/net/quic/congestion_control/cubic_test.cc b/net/quic/core/congestion_control/cubic_test.cc
|
| similarity index 98%
|
| rename from net/quic/congestion_control/cubic_test.cc
|
| rename to net/quic/core/congestion_control/cubic_test.cc
|
| index 2e2c231f8141f73b30db03422b07182eec880a3e..fec318872c5f10fdcd88d71b47260f0eda5d4c25 100644
|
| --- a/net/quic/congestion_control/cubic_test.cc
|
| +++ b/net/quic/core/congestion_control/cubic_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/cubic.h"
|
| +#include "net/quic/core/congestion_control/cubic.h"
|
|
|
| #include "base/logging.h"
|
| #include "net/quic/test_tools/mock_clock.h"
|
|
|