| Index: trunk/src/components/data_reduction_proxy/browser/data_reduction_proxy_metrics.cc
|
| ===================================================================
|
| --- trunk/src/components/data_reduction_proxy/browser/data_reduction_proxy_metrics.cc (revision 287973)
|
| +++ trunk/src/components/data_reduction_proxy/browser/data_reduction_proxy_metrics.cc (working copy)
|
| @@ -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;
|
|
|