Index: components/data_reduction_proxy/core/browser/data_reduction_proxy_config.h |
diff --git a/components/data_reduction_proxy/core/browser/data_reduction_proxy_config.h b/components/data_reduction_proxy/core/browser/data_reduction_proxy_config.h |
index 3c85e41a045bd0701770a8d5de2b1f086b0b10d9..cc3c4adb59c92dfd36a50e93863945eff6b03921 100644 |
--- a/components/data_reduction_proxy/core/browser/data_reduction_proxy_config.h |
+++ b/components/data_reduction_proxy/core/browser/data_reduction_proxy_config.h |
@@ -385,7 +385,7 @@ class DataReductionProxyConfig |
// If the expected throughput in Kbps is lower than |
// |auto_lofi_maximum_kbps_|, auto Lo-Fi would be turned on. |
- uint64_t auto_lofi_maximum_kbps_; |
+ int32_t auto_lofi_maximum_kbps_; |
// State of auto Lo-Fi is not changed more than once in any period of |
// duration shorter than |auto_lofi_hysteresis_|. |