| Index: net/quic/core/congestion_control/rtt_stats.cc
|
| diff --git a/net/quic/congestion_control/rtt_stats.cc b/net/quic/core/congestion_control/rtt_stats.cc
|
| similarity index 98%
|
| rename from net/quic/congestion_control/rtt_stats.cc
|
| rename to net/quic/core/congestion_control/rtt_stats.cc
|
| index 86eb3abb7e70ae01445cefd113c0d0b6d0bbcca0..91d3e2ad3c089f0b66e51f6107f1c733922ee654 100644
|
| --- a/net/quic/congestion_control/rtt_stats.cc
|
| +++ b/net/quic/core/congestion_control/rtt_stats.cc
|
| @@ -2,11 +2,11 @@
|
| // 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 <cstdlib> // std::abs
|
|
|
| -#include "net/quic/quic_flags.h"
|
| +#include "net/quic/core/quic_flags.h"
|
|
|
| using std::max;
|
|
|
|
|