Index: components/policy/core/common/policy_provider_android_unittest.cc |
diff --git a/components/policy/core/common/policy_provider_android_unittest.cc b/components/policy/core/common/policy_provider_android_unittest.cc |
index 7107316193c30a2b47ee985f92b67d8165a881b9..2061508a544b4f4262460d32d0649a1b9aa6802f 100644 |
--- a/components/policy/core/common/policy_provider_android_unittest.cc |
+++ b/components/policy/core/common/policy_provider_android_unittest.cc |
@@ -20,7 +20,7 @@ void SetPolicy(PolicyBundle* bundle, |
.Set(name, |
POLICY_LEVEL_MANDATORY, |
POLICY_SCOPE_USER, |
- base::Value::CreateStringValue(value), |
+ new base::StringValue(value), |
NULL); |
} |