| 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 25e64a079172726042311bda461118c85764c8e4..744a0f3b93983ff6b1388269faca3ffcb07cdedc 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
|
| @@ -124,7 +124,7 @@ void DataReductionProxySettingsTestBase::CheckOnPrefChange(
|
| if (managed) {
|
| test_context_->pref_service()->SetManagedPref(
|
| test_context_->GetDataReductionProxyEnabledPrefName(),
|
| - new base::FundamentalValue(enabled));
|
| + new base::Value(enabled));
|
| } else {
|
| test_context_->SetDataReductionProxyEnabled(enabled);
|
| }
|
|
|