| Index: net/http/http_stream_factory_impl_job.h
|
| diff --git a/net/http/http_stream_factory_impl_job.h b/net/http/http_stream_factory_impl_job.h
|
| index 9659d45060a9a47e1ea5ad86a6a4c62a04ca675f..c2212110b96128361b65aca9d6915aa99a814143 100644
|
| --- a/net/http/http_stream_factory_impl_job.h
|
| +++ b/net/http/http_stream_factory_impl_job.h
|
| @@ -60,7 +60,7 @@ class HttpStreamFactoryImpl::Job {
|
| // we fail to connect. |alternate| specifies the alternate protocol to use
|
| // and alternate port to connect to.
|
| void MarkAsAlternate(const GURL& original_url,
|
| - PortAlternateProtocolPair alternate);
|
| + AlternateProtocolInfo alternate);
|
|
|
| // Tells |this| to wait for |job| to resume it.
|
| void WaitFor(Job* job);
|
|
|