| Index: components/data_reduction_proxy/browser/data_reduction_proxy_metrics.cc
|
| diff --git a/components/data_reduction_proxy/browser/data_reduction_proxy_metrics.cc b/components/data_reduction_proxy/browser/data_reduction_proxy_metrics.cc
|
| index 795dbea03dc53e340e32bceadc20f70278643806..2093d841ad81082b308dd79055433b449c75aa38 100644
|
| --- a/components/data_reduction_proxy/browser/data_reduction_proxy_metrics.cc
|
| +++ b/components/data_reduction_proxy/browser/data_reduction_proxy_metrics.cc
|
| @@ -315,7 +315,7 @@
|
| }
|
| #endif
|
| if (request->response_info().headers &&
|
| - HasDataReductionProxyViaHeader(request->response_info().headers, NULL)) {
|
| + HasDataReductionProxyViaHeader(request->response_info().headers)) {
|
| return VIA_DATA_REDUCTION_PROXY;
|
| }
|
| return UNKNOWN_TYPE;
|
|
|