Index: components/data_reduction_proxy/core/browser/data_reduction_proxy_service.h |
diff --git a/components/data_reduction_proxy/core/browser/data_reduction_proxy_service.h b/components/data_reduction_proxy/core/browser/data_reduction_proxy_service.h |
index bf44a458b90e79b4e3948663e7f8f9b1269ea819..c2f817a52f8c78f4256b679c1b0215cfc5475690 100644 |
--- a/components/data_reduction_proxy/core/browser/data_reduction_proxy_service.h |
+++ b/components/data_reduction_proxy/core/browser/data_reduction_proxy_service.h |
@@ -68,8 +68,8 @@ class DataReductionProxyService : public base::NonThreadSafe, |
const base::TimeDelta& commit_delay); |
// Records daily data savings statistics in |compression_stats_|. |
- 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); |