Index: net/quic/quic_reliable_client_stream_test.cc |
=================================================================== |
--- net/quic/quic_reliable_client_stream_test.cc (revision 182334) |
+++ net/quic/quic_reliable_client_stream_test.cc (working copy) |
@@ -35,7 +35,7 @@ |
public: |
QuicReliableClientStreamTest() |
: session_(new MockConnection(1, IPEndPoint()), false), |
- stream_(1, &session_, BoundNetLog()) { |
+ stream_(1, &session_) { |
stream_.SetDelegate(&delegate_); |
} |