| Index: components/data_reduction_proxy/core/browser/data_reduction_proxy_config.h
|
| diff --git a/components/data_reduction_proxy/core/browser/data_reduction_proxy_config.h b/components/data_reduction_proxy/core/browser/data_reduction_proxy_config.h
|
| index c7f7e8252a2fbca65e750cba9fccd62e3bff1675..d81f7400f55a9c65ab900fa9444734193f5bbc57 100644
|
| --- a/components/data_reduction_proxy/core/browser/data_reduction_proxy_config.h
|
| +++ b/components/data_reduction_proxy/core/browser/data_reduction_proxy_config.h
|
| @@ -93,7 +93,8 @@ class DataReductionProxyConfig
|
| // of the |DataReductionProxyConfig| instance, with the exception of
|
| // |config_values| which is owned by |this|. |event_creator| is used for
|
| // logging the start and end of a secure proxy check; |net_log| is used to
|
| - // create a net::BoundNetLog for correlating the start and end of the check.
|
| + // create a net::NetLogWithSource for correlating the start and end of the
|
| + // check.
|
| // |config_values| contains the Data Reduction Proxy configuration values.
|
| // |configurator| is the target for a configuration update.
|
| DataReductionProxyConfig(
|
| @@ -332,7 +333,7 @@ class DataReductionProxyConfig
|
| // phases of a given secure proxy check, and a new one is created for each
|
| // secure proxy check (with |net_log_| as a parameter).
|
| net::NetLog* net_log_;
|
| - net::BoundNetLog bound_net_log_;
|
| + net::NetLogWithSource bound_net_log_;
|
|
|
| // The caller must ensure that the |configurator_| outlives this instance.
|
| DataReductionProxyConfigurator* configurator_;
|
|
|