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 a8b5fcbe4ef65f4b92cc7c7e5a8d04b90e97938d..eb3977896002d8e200c8bc3911c49b662f9881c1 100644 |
--- a/components/policy/core/common/mac_util.cc |
+++ b/components/policy/core/common/mac_util.cc |
@@ -45,7 +45,7 @@ void ArrayEntryToValue(const void* value, void* context) { |
scoped_ptr<base::Value> PropertyToValue(CFPropertyListRef property) { |
if (CFCast<CFNullRef>(property)) |
- return scoped_ptr<base::Value>(base::Value::CreateNullValue()); |
+ return base::Value::CreateNullValue(); |
if (CFBooleanRef boolean = CFCast<CFBooleanRef>(property)) { |
return scoped_ptr<base::Value>(new base::FundamentalValue( |