| 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 9b5fe4bdf378fe9ea5795fa8ab2e4fc1195f43a7..7b1d6482657b8662c5091fe4f17a90541c55ec04 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
|
| @@ -132,7 +132,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);
|
| }
|
|
|