| Index: net/http/http_stream_factory_impl_job_controller_unittest.cc
|
| diff --git a/net/http/http_stream_factory_impl_job_controller_unittest.cc b/net/http/http_stream_factory_impl_job_controller_unittest.cc
|
| index 0fb3a78bc6d52cf9c10a1ab67f1fa8883e44dfdd..54ec5131961f8ba55ec05973030f1782cb1617ca 100644
|
| --- a/net/http/http_stream_factory_impl_job_controller_unittest.cc
|
| +++ b/net/http/http_stream_factory_impl_job_controller_unittest.cc
|
| @@ -936,7 +936,7 @@ TEST_F(HttpStreamFactoryImplJobControllerTest,
|
| EXPECT_CALL(request_delegate_, OnStreamReady(_, _, http_stream))
|
| .WillOnce(Invoke(DeleteHttpStreamPointer));
|
| job_controller_->OnStreamReady(job_factory_.main_job(), SSLConfig(),
|
| - ProxyInfo());
|
| + job_factory_.main_job()->proxy_info());
|
|
|
| // JobController shouldn't report the status of alternative server job as
|
| // request is already successfully served.
|
|
|