Index: net/quic/core/quic_sustained_bandwidth_recorder.cc |
diff --git a/net/quic/quic_sustained_bandwidth_recorder.cc b/net/quic/core/quic_sustained_bandwidth_recorder.cc |
similarity index 93% |
rename from net/quic/quic_sustained_bandwidth_recorder.cc |
rename to net/quic/core/quic_sustained_bandwidth_recorder.cc |
index b4b4a6168c630910dd6ca3250d0233d2a7c026ec..370682837811b287c941eee90b9e97ee787b4dbf 100644 |
--- a/net/quic/quic_sustained_bandwidth_recorder.cc |
+++ b/net/quic/core/quic_sustained_bandwidth_recorder.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/quic_sustained_bandwidth_recorder.h" |
+#include "net/quic/core/quic_sustained_bandwidth_recorder.h" |
#include "base/logging.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" |
namespace net { |