Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(155)

Unified Diff: net/quic/core/congestion_control/rtt_stats.h

Issue 2619993003: Move quic_bug_tracker to quic/platform. No functional change expected. (Closed)
Patch Set: fix two includes Created 3 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: net/quic/core/congestion_control/rtt_stats.h
diff --git a/net/quic/core/congestion_control/rtt_stats.h b/net/quic/core/congestion_control/rtt_stats.h
index 581ebf7b6722aecd0a905be36266959db3860153..5b54cf9ef9e56230780b0ac352d4ae071b874e24 100644
--- a/net/quic/core/congestion_control/rtt_stats.h
+++ b/net/quic/core/congestion_control/rtt_stats.h
@@ -11,9 +11,9 @@
#include <cstdint>
#include "base/macros.h"
-#include "net/quic/core/quic_bug_tracker.h"
#include "net/quic/core/quic_packets.h"
#include "net/quic/core/quic_time.h"
+#include "net/quic/platform/api/quic_bug_tracker.h"
#include "net/quic/platform/api/quic_export.h"
namespace net {

Powered by Google App Engine
This is Rietveld 408576698