summaryrefslogtreecommitdiff
path: root/chromium/net/third_party/quiche/src/quic/core/congestion_control/prr_sender.cc
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/net/third_party/quiche/src/quic/core/congestion_control/prr_sender.cc')
-rw-r--r--chromium/net/third_party/quiche/src/quic/core/congestion_control/prr_sender.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/chromium/net/third_party/quiche/src/quic/core/congestion_control/prr_sender.cc b/chromium/net/third_party/quiche/src/quic/core/congestion_control/prr_sender.cc
index c09b312eb75..ed969534bc6 100644
--- a/chromium/net/third_party/quiche/src/quic/core/congestion_control/prr_sender.cc
+++ b/chromium/net/third_party/quiche/src/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/third_party/quiche/src/quic/core/congestion_control/prr_sender.h"
+#include "quic/core/congestion_control/prr_sender.h"
-#include "net/third_party/quiche/src/quic/core/quic_packets.h"
+#include "quic/core/quic_packets.h"
namespace quic {