| Index: net/quic/core/congestion_control/prr_sender.cc
|
| diff --git a/net/quic/congestion_control/prr_sender.cc b/net/quic/core/congestion_control/prr_sender.cc
|
| similarity index 96%
|
| rename from net/quic/congestion_control/prr_sender.cc
|
| rename to net/quic/core/congestion_control/prr_sender.cc
|
| index b3f5f8b0337920e73e16a65a7e5093cea007cbab..75ed65b112e3e565a3fdbd9df2a4c9cd94772705 100644
|
| --- a/net/quic/congestion_control/prr_sender.cc
|
| +++ b/net/quic/core/congestion_control/prr_sender.cc
|
| @@ -2,9 +2,9 @@
|
| // 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/prr_sender.h"
|
| +#include "net/quic/core/congestion_control/prr_sender.h"
|
|
|
| -#include "net/quic/quic_protocol.h"
|
| +#include "net/quic/core/quic_protocol.h"
|
|
|
| namespace net {
|
|
|
|
|