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 7143f7c209f51362a20bf16032c80bfe5367839b..a6ca648200ded417a19931641ee1774ec1a9855d 100644 |
--- a/components/data_reduction_proxy/browser/data_reduction_proxy_metrics.cc |
+++ b/components/data_reduction_proxy/browser/data_reduction_proxy_metrics.cc |
@@ -356,7 +356,7 @@ DataReductionProxyRequestType GetDataReductionProxyRequestType( |
LONG_BYPASS : SHORT_BYPASS; |
} |
if (request->response_info().headers && |
- HasDataReductionProxyViaHeader(request->response_info().headers)) { |
+ HasDataReductionProxyViaHeader(request->response_info().headers, NULL)) { |
return VIA_DATA_REDUCTION_PROXY; |
} |
return UNKNOWN_TYPE; |