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

Unified Diff: net/quic/quic_write_blocked_list_test.cc

Issue 1472573002: These packets got reformatted at some point, maybe before the clang-format off annotation was added. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@107711408
Patch Set: Created 5 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
Index: net/quic/quic_write_blocked_list_test.cc
diff --git a/net/quic/quic_write_blocked_list_test.cc b/net/quic/quic_write_blocked_list_test.cc
index d20a551669abd5f54c66bf907acc116223228f18..827f9712c8d3b4f18571a246faccc87bde2e11d7 100644
--- a/net/quic/quic_write_blocked_list_test.cc
+++ b/net/quic/quic_write_blocked_list_test.cc
@@ -146,8 +146,7 @@ TEST(QuicWriteBlockedListTest, BatchingWrites) {
// Higher priority streams will always be popped first, even if using their
// byte quota
- write_blocked_list.AddStream(id3, net::kHighestPriority);
- write_blocked_list.UpdateBytesForStream(id1, 20000);
+ write_blocked_list.UpdateBytesForStream(id3, 20000);
write_blocked_list.AddStream(id3, net::kHighestPriority);
EXPECT_EQ(id3, write_blocked_list.PopFront());

Powered by Google App Engine
This is Rietveld 408576698