| 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 ffc80c42a8986104b720227fd5e3ca52c0059214..186e8f19e9ed7047e1ba960bb6bcf567a7fffbe3 100644
|
| --- a/net/http/http_stream_factory_impl_job_controller_unittest.cc
|
| +++ b/net/http/http_stream_factory_impl_job_controller_unittest.cc
|
| @@ -272,7 +272,7 @@ class HttpStreamFactoryImplJobControllerTest : public ::testing::Test {
|
| EXPECT_EQ(1u, alternative_service_info_vector.size());
|
| EXPECT_EQ(should_mark_broken,
|
| session_->http_server_properties()->IsAlternativeServiceBroken(
|
| - alternative_service_info_vector[0].alternative_service));
|
| + alternative_service_info_vector[0].alternative_service()));
|
| }
|
|
|
| TestJobFactory job_factory_;
|
|
|