| Index: components/data_reduction_proxy/core/browser/data_reduction_proxy_settings_test_utils.cc
|
| diff --git a/components/data_reduction_proxy/core/browser/data_reduction_proxy_settings_test_utils.cc b/components/data_reduction_proxy/core/browser/data_reduction_proxy_settings_test_utils.cc
|
| index 744a0f3b93983ff6b1388269faca3ffcb07cdedc..0a54fbd54d955188ca752e6abf7edb4ec7ac816d 100644
|
| --- a/components/data_reduction_proxy/core/browser/data_reduction_proxy_settings_test_utils.cc
|
| +++ b/components/data_reduction_proxy/core/browser/data_reduction_proxy_settings_test_utils.cc
|
| @@ -62,9 +62,9 @@ void DataReductionProxySettingsTestBase::SetUp() {
|
| prefs::kDailyHttpReceivedContentLength);
|
| for (int64_t i = 0; i < kNumDaysInHistory; i++) {
|
| original_update->Insert(
|
| - 0, base::MakeUnique<base::StringValue>(base::Int64ToString(2 * i)));
|
| + 0, base::MakeUnique<base::Value>(base::Int64ToString(2 * i)));
|
| received_update->Insert(
|
| - 0, base::MakeUnique<base::StringValue>(base::Int64ToString(i)));
|
| + 0, base::MakeUnique<base::Value>(base::Int64ToString(i)));
|
| }
|
| last_update_time_ = base::Time::Now().LocalMidnight();
|
| pref_service->SetInt64(prefs::kDailyHttpContentLengthLastUpdateDate,
|
|
|