Upstream version 9.38.198.0
[platform/framework/web/crosswalk.git] / src / components / policy / core / common / async_policy_provider_unittest.cc
index 329697f..6a9aaff 100644 (file)
@@ -33,7 +33,7 @@ void SetPolicy(PolicyBundle* bundle,
       .Set(name,
            POLICY_LEVEL_MANDATORY,
            POLICY_SCOPE_USER,
-           base::Value::CreateStringValue(value),
+           new base::StringValue(value),
            NULL);
 }