| Index: components/data_reduction_proxy/core/browser/data_reduction_proxy_experiments_stats.cc
|
| diff --git a/components/data_reduction_proxy/core/browser/data_reduction_proxy_experiments_stats.cc b/components/data_reduction_proxy/core/browser/data_reduction_proxy_experiments_stats.cc
|
| index ddf3de1d1bcb390da8c55a2161abeb02444505b8..9abb177b5a7ee4834cb822078b698deedda77d98 100644
|
| --- a/components/data_reduction_proxy/core/browser/data_reduction_proxy_experiments_stats.cc
|
| +++ b/components/data_reduction_proxy/core/browser/data_reduction_proxy_experiments_stats.cc
|
| @@ -46,8 +46,8 @@ void DataReductionProxyExperimentsStats::InitializeOnIOThread() {
|
| void DataReductionProxyExperimentsStats::RecordBytes(
|
| const base::Time& request_time,
|
| DataReductionProxyRequestType request_type,
|
| - int64 received_content_length,
|
| - int64 original_content_length) {
|
| + int64_t received_content_length,
|
| + int64_t original_content_length) {
|
| DCHECK(thread_checker_.CalledOnValidThread());
|
| if (config_retrieval_params_) {
|
| // Only measure requests which flowed through the Data Reduction Proxy.
|
|
|