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 2093d841ad81082b308dd79055433b449c75aa38..795dbea03dc53e340e32bceadc20f70278643806 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 @@ DataReductionProxyRequestType GetDataReductionProxyRequestType( |
} |
#endif |
if (request->response_info().headers && |
- HasDataReductionProxyViaHeader(request->response_info().headers)) { |
+ HasDataReductionProxyViaHeader(request->response_info().headers, NULL)) { |
return VIA_DATA_REDUCTION_PROXY; |
} |
return UNKNOWN_TYPE; |