| Index: components/data_reduction_proxy/core/browser/data_reduction_proxy_delegate.h
|
| diff --git a/components/data_reduction_proxy/core/browser/data_reduction_proxy_delegate.h b/components/data_reduction_proxy/core/browser/data_reduction_proxy_delegate.h
|
| index 2b54b4672ecdc3e8896d8b46f71c7034582f7752..d412dc3b1cc6d1e4b4d86709e27288ed92272d76 100644
|
| --- a/components/data_reduction_proxy/core/browser/data_reduction_proxy_delegate.h
|
| +++ b/components/data_reduction_proxy/core/browser/data_reduction_proxy_delegate.h
|
| @@ -157,7 +157,7 @@ void OnResolveProxyHandler(
|
| const std::string& method,
|
| const net::ProxyConfig& proxy_config,
|
| const net::ProxyRetryInfoMap& proxy_retry_info,
|
| - const DataReductionProxyConfig* data_reduction_proxy_config,
|
| + const DataReductionProxyConfig& data_reduction_proxy_config,
|
| DataReductionProxyIOData* io_data,
|
| net::ProxyInfo* result);
|
| } // namespace data_reduction_proxy
|
|
|