Index: components/data_reduction_proxy/core/browser/data_reduction_proxy_io_data.h |
diff --git a/components/data_reduction_proxy/core/browser/data_reduction_proxy_io_data.h b/components/data_reduction_proxy/core/browser/data_reduction_proxy_io_data.h |
index e258ec4f83f322e617eb16d256adeb1aa4076dcb..c9ac38eadf0228adcd714f978bcb5bde3a5de63e 100644 |
--- a/components/data_reduction_proxy/core/browser/data_reduction_proxy_io_data.h |
+++ b/components/data_reduction_proxy/core/browser/data_reduction_proxy_io_data.h |
@@ -69,8 +69,8 @@ class DataReductionProxyIOData { |
bool track_proxy_bypass_statistics); |
// Bridge methods to safely call to the UI thread objects. |
- void UpdateContentLengths(int received_content_length, |
- int original_content_length, |
+ void UpdateContentLengths(int64 received_content_length, |
+ int64 original_content_length, |
bool data_reduction_proxy_enabled, |
DataReductionProxyRequestType request_type); |