| Index: components/data_reduction_proxy/core/browser/data_reduction_proxy_compression_stats.cc
|
| diff --git a/components/data_reduction_proxy/core/browser/data_reduction_proxy_compression_stats.cc b/components/data_reduction_proxy/core/browser/data_reduction_proxy_compression_stats.cc
|
| index 5d4b87c9187c3d80917b0917549f7a94dabe3ee0..4d765d84efc0102723940c8eb20c68c8cc792d27 100644
|
| --- a/components/data_reduction_proxy/core/browser/data_reduction_proxy_compression_stats.cc
|
| +++ b/components/data_reduction_proxy/core/browser/data_reduction_proxy_compression_stats.cc
|
| @@ -76,7 +76,7 @@ void AddInt64ToListPref(size_t index,
|
| int64_t length,
|
| base::ListValue* list_update) {
|
| int64_t value = GetInt64PrefValue(*list_update, index) + length;
|
| - list_update->Set(index, new base::StringValue(base::Int64ToString(value)));
|
| + list_update->Set(index, new base::Value(base::Int64ToString(value)));
|
| }
|
|
|
| // DailyContentLengthUpdate maintains a data saving pref. The pref is a list
|
|
|