| Index: net/quic/quic_http_stream_test.cc
|
| diff --git a/net/quic/quic_http_stream_test.cc b/net/quic/quic_http_stream_test.cc
|
| index 11ae2cb63b6f3ffa031eb91ba4648970792fec4c..c87ea77be4a14030fca35da7e8ea4ffc56cca2b7 100644
|
| --- a/net/quic/quic_http_stream_test.cc
|
| +++ b/net/quic/quic_http_stream_test.cc
|
| @@ -90,7 +90,7 @@ class TestQuicConnection : public QuicConnection {
|
| versions) {}
|
|
|
| void SetSendAlgorithm(SendAlgorithmInterface* send_algorithm) {
|
| - QuicConnectionPeer::SetSendAlgorithm(this, send_algorithm);
|
| + QuicConnectionPeer::SetSendAlgorithm(this, kDefaultPathId, send_algorithm);
|
| }
|
| };
|
|
|
|
|