Index: components/data_reduction_proxy/core/browser/data_reduction_proxy_prefs_unittest.cc |
diff --git a/components/data_reduction_proxy/core/browser/data_reduction_proxy_prefs_unittest.cc b/components/data_reduction_proxy/core/browser/data_reduction_proxy_prefs_unittest.cc |
index 85671575bb39d55218a40577673f3cc0e1c41b02..8d241701f34012a55da48684ff2bd6e378f17cc1 100644 |
--- a/components/data_reduction_proxy/core/browser/data_reduction_proxy_prefs_unittest.cc |
+++ b/components/data_reduction_proxy/core/browser/data_reduction_proxy_prefs_unittest.cc |
@@ -39,7 +39,7 @@ class DataReductionProxyPrefsTest : public testing::Test { |
PrefService* pref_service) { |
ListPrefUpdate list(local_state_prefs(), pref_name); |
for (int64_t i = 0; i < 10L; ++i) { |
- list->Set(i, new base::Value(base::Int64ToString(i + starting_value))); |
+ list->AppendString(base::Int64ToString(i + starting_value)); |
} |
} |