| 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 02d7054cd494fce85e20023c5b1c24063c59c9c1..142407928cc1658e8910d932bdb2a73c7934974f 100644
|
| --- a/net/http/http_stream_factory_impl_job.h
|
| +++ b/net/http/http_stream_factory_impl_job.h
|
| @@ -397,11 +397,11 @@ class HttpStreamFactoryImpl::Job {
|
|
|
| // The server we are trying to reach, could be that of the origin or of the
|
| // alternative service (after applying host mapping rules).
|
| - HostPortPair destination_;
|
| + const HostPortPair destination_;
|
|
|
| // The origin url we're trying to reach. This url may be different from the
|
| // original request when host mapping rules are set-up.
|
| - GURL origin_url_;
|
| + const GURL origin_url_;
|
|
|
| // AlternativeService for this Job if this is an alternative Job.
|
| const AlternativeService alternative_service_;
|
|
|