| Index: net/quic/core/congestion_control/windowed_filter_test.cc
|
| diff --git a/net/quic/congestion_control/windowed_filter_test.cc b/net/quic/core/congestion_control/windowed_filter_test.cc
|
| similarity index 98%
|
| rename from net/quic/congestion_control/windowed_filter_test.cc
|
| rename to net/quic/core/congestion_control/windowed_filter_test.cc
|
| index c6bf279f3ce32faaceb4e39a77a39ec844289c59..92a8f60708a67449d10b73d8d0743054d723443d 100644
|
| --- a/net/quic/congestion_control/windowed_filter_test.cc
|
| +++ b/net/quic/core/congestion_control/windowed_filter_test.cc
|
| @@ -2,12 +2,12 @@
|
| // 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/windowed_filter.h"
|
| +#include "net/quic/core/congestion_control/windowed_filter.h"
|
|
|
| #include "base/logging.h"
|
| -#include "net/quic/congestion_control/rtt_stats.h"
|
| -#include "net/quic/quic_bandwidth.h"
|
| -#include "net/quic/quic_protocol.h"
|
| +#include "net/quic/core/congestion_control/rtt_stats.h"
|
| +#include "net/quic/core/quic_bandwidth.h"
|
| +#include "net/quic/core/quic_protocol.h"
|
| #include "testing/gtest/include/gtest/gtest.h"
|
|
|
| namespace net {
|
|
|