| Index: net/http/http_stream_factory_impl.h
|
| diff --git a/net/http/http_stream_factory_impl.h b/net/http/http_stream_factory_impl.h
|
| index 4824dece14f419c01b08abb14a91acd8af36cc98..db1e00cb4854bc958e88e176b0e91e645b44a348 100644
|
| --- a/net/http/http_stream_factory_impl.h
|
| +++ b/net/http/http_stream_factory_impl.h
|
| @@ -90,7 +90,7 @@ class NET_EXPORT_PRIVATE HttpStreamFactoryImpl :
|
|
|
| PortAlternateProtocolPair GetAlternateProtocolRequestFor(
|
| const GURL& original_url,
|
| - GURL* alternate_url) const;
|
| + GURL* alternate_url);
|
|
|
| // Detaches |job| from |request|.
|
| void OrphanJob(Job* job, const Request* request);
|
|
|