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

Unified Diff: net/quic/quic_crypto_server_stream_test.cc

Issue 12806002: Land Recent QUIC Changes (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Comment update to hkdf.cc Created 7 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
Index: net/quic/quic_crypto_server_stream_test.cc
diff --git a/net/quic/quic_crypto_server_stream_test.cc b/net/quic/quic_crypto_server_stream_test.cc
index 995cb6b4ea07d87fa7278bf1c7cac6f2b32114ab..db8841d5470cccfb8e6c8851368c1d24df88ad4b 100644
--- a/net/quic/quic_crypto_server_stream_test.cc
+++ b/net/quic/quic_crypto_server_stream_test.cc
@@ -67,7 +67,7 @@ class QuicCryptoServerStreamTest : public ::testing::Test {
QuicCryptoServerStreamTest()
: guid_(1),
addr_(),
- connection_(new PacketSavingConnection(guid_, addr_)),
+ connection_(new PacketSavingConnection(guid_, addr_, true)),
session_(connection_, true),
stream_(&session_) {
}

Powered by Google App Engine
This is Rietveld 408576698