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

Unified Diff: net/quic/quic_ack_notifier_test.cc

Issue 266243004: Clang format slam. Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 7 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/quic_ack_notifier_test.cc
diff --git a/net/quic/quic_ack_notifier_test.cc b/net/quic/quic_ack_notifier_test.cc
index 63bc25405b46e81d97727551f0b6b0430f8b877d..2b8fce97fabf793d3735c7a4939175f08b347b63 100644
--- a/net/quic/quic_ack_notifier_test.cc
+++ b/net/quic/quic_ack_notifier_test.cc
@@ -67,8 +67,7 @@ TEST_F(QuicAckNotifierTest, DeltaTime) {
const QuicTime::Delta second_delta = QuicTime::Delta::FromSeconds(33);
const QuicTime::Delta third_delta = QuicTime::Delta::FromSeconds(10);
- EXPECT_CALL(*delegate_,
- OnAckNotification(3, 123, 0, 0, third_delta))
+ EXPECT_CALL(*delegate_, OnAckNotification(3, 123, 0, 0, third_delta))
.Times(1);
EXPECT_FALSE(notifier_->OnAck(26, first_delta));
EXPECT_FALSE(notifier_->OnAck(99, second_delta));

Powered by Google App Engine
This is Rietveld 408576698