| Index: net/quic/core/quic_sustained_bandwidth_recorder_test.cc
|
| diff --git a/net/quic/quic_sustained_bandwidth_recorder_test.cc b/net/quic/core/quic_sustained_bandwidth_recorder_test.cc
|
| similarity index 97%
|
| rename from net/quic/quic_sustained_bandwidth_recorder_test.cc
|
| rename to net/quic/core/quic_sustained_bandwidth_recorder_test.cc
|
| index c3699077dfa59b7a7c35c6884d81b4427b1dde6a..a93b9db079b0f6089ee5b60349a3bd4b11ac4eba 100644
|
| --- a/net/quic/quic_sustained_bandwidth_recorder_test.cc
|
| +++ b/net/quic/core/quic_sustained_bandwidth_recorder_test.cc
|
| @@ -2,10 +2,10 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#include "net/quic/quic_sustained_bandwidth_recorder.h"
|
| +#include "net/quic/core/quic_sustained_bandwidth_recorder.h"
|
|
|
| -#include "net/quic/quic_bandwidth.h"
|
| -#include "net/quic/quic_time.h"
|
| +#include "net/quic/core/quic_bandwidth.h"
|
| +#include "net/quic/core/quic_time.h"
|
| #include "testing/gtest/include/gtest/gtest.h"
|
|
|
| namespace net {
|
|
|