| Index: net/http/http_stream_factory_impl_job_controller.h
|
| diff --git a/net/http/http_stream_factory_impl_job_controller.h b/net/http/http_stream_factory_impl_job_controller.h
|
| index 48c7c0894210092f22f5e29cee28e2997f134a2c..394bd544d94a864ce9b980cd66e125149ce0c8c3 100644
|
| --- a/net/http/http_stream_factory_impl_job_controller.h
|
| +++ b/net/http/http_stream_factory_impl_job_controller.h
|
| @@ -248,12 +248,12 @@ class HttpStreamFactoryImpl::JobController
|
| // Resumes the main job immediately.
|
| void ResumeMainJob();
|
|
|
| - AlternativeService GetAlternativeServiceFor(
|
| + AlternativeServiceInfo GetAlternativeServiceInfoFor(
|
| const HttpRequestInfo& request_info,
|
| HttpStreamRequest::Delegate* delegate,
|
| HttpStreamRequest::StreamType stream_type);
|
|
|
| - AlternativeService GetAlternativeServiceForInternal(
|
| + AlternativeServiceInfo GetAlternativeServiceInfoInternal(
|
| const HttpRequestInfo& request_info,
|
| HttpStreamRequest::Delegate* delegate,
|
| HttpStreamRequest::StreamType stream_type);
|
|
|