Chromium Code Reviews| Index: net/quic/quic_reliable_client_stream.cc |
| =================================================================== |
| --- net/quic/quic_reliable_client_stream.cc (revision 182334) |
| +++ net/quic/quic_reliable_client_stream.cc (working copy) |
| @@ -10,10 +10,8 @@ |
| namespace net { |
| QuicReliableClientStream::QuicReliableClientStream(QuicStreamId id, |
| - QuicSession* session, |
| - const BoundNetLog& net_log) |
| + QuicSession* session) |
| : ReliableQuicStream(id, session), |
| - net_log_(net_log), |
| delegate_(NULL) { |
| } |