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

Unified Diff: net/quic/congestion_control/pacing_sender_test.cc

Issue 1780783003: Clang formatting net/quic. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@115909446
Patch Set: Created 4 years, 9 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
« no previous file with comments | « no previous file | net/quic/crypto/quic_crypto_server_config_test.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/quic/congestion_control/pacing_sender_test.cc
diff --git a/net/quic/congestion_control/pacing_sender_test.cc b/net/quic/congestion_control/pacing_sender_test.cc
index 4cd5ac6e99464640fcfe30dcfd659f8eaa6c9e4d..d5e2fc06c31a2daa655b2a61f72c05bc2594f806 100644
--- a/net/quic/congestion_control/pacing_sender_test.cc
+++ b/net/quic/congestion_control/pacing_sender_test.cc
@@ -91,8 +91,9 @@ class PacingSenderTest : public ::testing::Test {
.WillOnce(Return(zero_time_));
// Verify that the packet is delayed.
EXPECT_EQ(delay.ToMicroseconds(),
- pacing_sender_->TimeUntilSend(clock_.Now(), kBytesInFlight,
- HAS_RETRANSMITTABLE_DATA)
+ pacing_sender_
+ ->TimeUntilSend(clock_.Now(), kBytesInFlight,
+ HAS_RETRANSMITTABLE_DATA)
.ToMicroseconds());
}
}
« no previous file with comments | « no previous file | net/quic/crypto/quic_crypto_server_config_test.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698