| Index: components/data_reduction_proxy/core/browser/data_reduction_proxy_bypass_stats.h
|
| diff --git a/components/data_reduction_proxy/core/browser/data_reduction_proxy_bypass_stats.h b/components/data_reduction_proxy/core/browser/data_reduction_proxy_bypass_stats.h
|
| index 22674e9f1aa7b29ac26a1b542f5a21c8f03cf9e0..222e224617286b722900e292b76e538c16d87d65 100644
|
| --- a/components/data_reduction_proxy/core/browser/data_reduction_proxy_bypass_stats.h
|
| +++ b/components/data_reduction_proxy/core/browser/data_reduction_proxy_bypass_stats.h
|
| @@ -45,7 +45,7 @@ class DataReductionProxyBypassStats
|
| // proxy via header is not present.
|
| static void DetectAndRecordMissingViaHeaderResponseCode(
|
| bool is_primary,
|
| - const net::HttpResponseHeaders* headers);
|
| + const net::HttpResponseHeaders& headers);
|
|
|
| // |config| outlives this class instance. |unreachable_callback| provides a
|
| // hook to inform the user that the Data Reduction Proxy is unreachable.
|
|
|