| Index: components/policy/core/common/mac_util.cc
|
| diff --git a/components/policy/core/common/mac_util.cc b/components/policy/core/common/mac_util.cc
|
| index 16606905ea834cc49903db8cbe7b9001fbc2fbef..bfa3d6bbb3e00d9d4bd32daa989ea39858bc9117 100644
|
| --- a/components/policy/core/common/mac_util.cc
|
| +++ b/components/policy/core/common/mac_util.cc
|
| @@ -72,7 +72,7 @@ scoped_ptr<base::Value> PropertyToValue(CFPropertyListRef property) {
|
|
|
| if (CFStringRef string = CFCast<CFStringRef>(property)) {
|
| return scoped_ptr<base::Value>(
|
| - base::Value::CreateStringValue(base::SysCFStringRefToUTF8(string)));
|
| + new base::StringValue(base::SysCFStringRefToUTF8(string)));
|
| }
|
|
|
| if (CFDictionaryRef dict = CFCast<CFDictionaryRef>(property)) {
|
|
|