| Index: components/policy/core/browser/android/policy_converter.cc
|
| diff --git a/components/policy/core/browser/android/policy_converter.cc b/components/policy/core/browser/android/policy_converter.cc
|
| index ef46e598812b427665d3c399f1e090e05411c548..9460fa22cd99620fd85496f2ffc50363d9030fc4 100644
|
| --- a/components/policy/core/browser/android/policy_converter.cc
|
| +++ b/components/policy/core/browser/android/policy_converter.cc
|
| @@ -74,7 +74,7 @@ void PolicyConverter::SetPolicyString(JNIEnv* env,
|
| const JavaRef<jstring>& value) {
|
| SetPolicyValue(
|
| ConvertJavaStringToUTF8(env, policyKey),
|
| - base::MakeUnique<base::StringValue>(ConvertJavaStringToUTF8(env, value)));
|
| + base::MakeUnique<base::Value>(ConvertJavaStringToUTF8(env, value)));
|
| }
|
|
|
| void PolicyConverter::SetPolicyStringArray(JNIEnv* env,
|
|
|