| Index: components/data_reduction_proxy/browser/data_reduction_proxy_settings_test_utils.cc
|
| diff --git a/components/data_reduction_proxy/browser/data_reduction_proxy_settings_test_utils.cc b/components/data_reduction_proxy/browser/data_reduction_proxy_settings_test_utils.cc
|
| index 115f780fa47657c83e21ec57863a13250d0aabc5..e59a0af5f6f57daf788b918ba20b882feeca1c2b 100644
|
| --- a/components/data_reduction_proxy/browser/data_reduction_proxy_settings_test_utils.cc
|
| +++ b/components/data_reduction_proxy/browser/data_reduction_proxy_settings_test_utils.cc
|
| @@ -269,7 +269,7 @@ void DataReductionProxySettingsTestBase::CheckOnPrefChange(
|
| expected_enabled ? 1 : 0);
|
| if (managed) {
|
| pref_service_.SetManagedPref(prefs::kDataReductionProxyEnabled,
|
| - base::Value::CreateBooleanValue(enabled));
|
| + new base::FundamentalValue(enabled));
|
| } else {
|
| pref_service_.SetBoolean(prefs::kDataReductionProxyEnabled, enabled);
|
| }
|
|
|