| Index: net/quic/quic_session_test.cc
|
| diff --git a/net/quic/quic_session_test.cc b/net/quic/quic_session_test.cc
|
| index 17f53f529c9122384954ebf93746cc01aa65860e..511e3456f8bc1944fedf164924e9493e42e4dba8 100644
|
| --- a/net/quic/quic_session_test.cc
|
| +++ b/net/quic/quic_session_test.cc
|
| @@ -114,8 +114,8 @@ class StreamBlocker {
|
|
|
| class TestSession : public QuicSession {
|
| public:
|
| - explicit TestSession(QuicConnection* connection,
|
| - uint32 max_initial_flow_control_window)
|
| + TestSession(QuicConnection* connection,
|
| + uint32 max_initial_flow_control_window)
|
| : QuicSession(connection, max_initial_flow_control_window,
|
| DefaultQuicConfig()),
|
| crypto_stream_(this),
|
|
|