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

Unified Diff: net/quic/core/congestion_control/prr_sender_test.cc

Issue 2517603003: Moves QuicTag typedefs, and QuicTag utility methods to quic_tag.{h,cc}. No behavior change. (Closed)
Patch Set: Created 4 years, 1 month 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
« no previous file with comments | « net/net.gypi ('k') | net/quic/core/crypto/crypto_handshake_message.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/quic/core/congestion_control/prr_sender_test.cc
diff --git a/net/quic/core/congestion_control/prr_sender_test.cc b/net/quic/core/congestion_control/prr_sender_test.cc
index d132c3307ba1473d55969fd41d156801df1b9ce9..8558e99462a9122c48b2de556e466df20a94672e 100644
--- a/net/quic/core/congestion_control/prr_sender_test.cc
+++ b/net/quic/core/congestion_control/prr_sender_test.cc
@@ -9,6 +9,7 @@
#include "base/logging.h"
#include "net/quic/core/crypto/crypto_protocol.h"
#include "net/quic/core/quic_bandwidth.h"
+#include "net/quic/core/quic_constants.h"
#include "net/quic/core/quic_protocol.h"
#include "testing/gtest/include/gtest/gtest.h"
« no previous file with comments | « net/net.gypi ('k') | net/quic/core/crypto/crypto_handshake_message.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698