| Index: net/quic/core/congestion_control/rtt_stats_test.cc
|
| diff --git a/net/quic/congestion_control/rtt_stats_test.cc b/net/quic/core/congestion_control/rtt_stats_test.cc
|
| similarity index 99%
|
| rename from net/quic/congestion_control/rtt_stats_test.cc
|
| rename to net/quic/core/congestion_control/rtt_stats_test.cc
|
| index 140288384deaee4c1eb99aec58fdccab87b5a6e9..6848e9b8f31b2f4b8c2b0629272a9e34c52ce516 100644
|
| --- a/net/quic/congestion_control/rtt_stats_test.cc
|
| +++ b/net/quic/core/congestion_control/rtt_stats_test.cc
|
| @@ -2,13 +2,13 @@
|
| // 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/rtt_stats.h"
|
| +#include "net/quic/core/congestion_control/rtt_stats.h"
|
|
|
| #include <vector>
|
|
|
| #include "base/logging.h"
|
| #include "base/test/mock_log.h"
|
| -#include "net/quic/quic_flags.h"
|
| +#include "net/quic/core/quic_flags.h"
|
| #include "net/quic/test_tools/rtt_stats_peer.h"
|
| #include "testing/gtest/include/gtest/gtest.h"
|
|
|
|
|