| Index: chrome/browser/net/spdyproxy/data_saving_metrics.cc
|
| diff --git a/chrome/browser/net/spdyproxy/data_saving_metrics.cc b/chrome/browser/net/spdyproxy/data_saving_metrics.cc
|
| index 8deeb41efae636b1772642042918d5af0275f564..ffce30fd9a4f5d026324be1c767d51e8105e4c52 100644
|
| --- a/chrome/browser/net/spdyproxy/data_saving_metrics.cc
|
| +++ b/chrome/browser/net/spdyproxy/data_saving_metrics.cc
|
| @@ -43,7 +43,8 @@ void AddInt64ToListPref(size_t index,
|
| DCHECK(rv);
|
| }
|
| value += length;
|
| - list_update->Set(index, Value::CreateStringValue(base::Int64ToString(value)));
|
| + list_update->Set(index,
|
| + base::Value::CreateStringValue(base::Int64ToString(value)));
|
| }
|
|
|
| int64 ListPrefInt64Value(const base::ListValue& list_update, size_t index) {
|
|
|