Index: components/data_reduction_proxy/core/browser/data_reduction_proxy_io_data.cc |
diff --git a/components/data_reduction_proxy/core/browser/data_reduction_proxy_io_data.cc b/components/data_reduction_proxy/core/browser/data_reduction_proxy_io_data.cc |
index 3c9ebefd54ba877b608680514af818ae412ae3d6..62b09d1e768fd17e71d3153fccc19d6962dd7c5a 100644 |
--- a/components/data_reduction_proxy/core/browser/data_reduction_proxy_io_data.cc |
+++ b/components/data_reduction_proxy/core/browser/data_reduction_proxy_io_data.cc |
@@ -138,8 +138,8 @@ DataReductionProxyIOData::CreateNetworkDelegate( |
} |
void DataReductionProxyIOData::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(io_task_runner_->BelongsToCurrentThread()); |