| Index: components/data_reduction_proxy/core/browser/data_reduction_proxy_service.cc
|
| diff --git a/components/data_reduction_proxy/core/browser/data_reduction_proxy_service.cc b/components/data_reduction_proxy/core/browser/data_reduction_proxy_service.cc
|
| index 326d92a5f3ca6eb9fcc9ce706ef662c9ea0ad8cb..45938191931c9af26ffdba8bc7662dd988a0c8e5 100644
|
| --- a/components/data_reduction_proxy/core/browser/data_reduction_proxy_service.cc
|
| +++ b/components/data_reduction_proxy/core/browser/data_reduction_proxy_service.cc
|
| @@ -43,8 +43,8 @@ void DataReductionProxyService::EnableCompressionStatisticsLogging(
|
| }
|
|
|
| void DataReductionProxyService::UpdateContentLengths(
|
| - int received_content_length,
|
| - int original_content_length,
|
| + int64 received_content_length,
|
| + int64 original_content_length,
|
| bool data_reduction_proxy_enabled,
|
| DataReductionProxyRequestType request_type) {
|
| DCHECK(CalledOnValidThread());
|
|
|