Index: components/policy/core/common/mac_util_unittest.cc |
diff --git a/components/policy/core/common/mac_util_unittest.cc b/components/policy/core/common/mac_util_unittest.cc |
index 46f108a8a02b085d713503e2eac3d71b35403326..c082dafa509c4d00c1aefe211576863638e930e1 100644 |
--- a/components/policy/core/common/mac_util_unittest.cc |
+++ b/components/policy/core/common/mac_util_unittest.cc |
@@ -52,7 +52,7 @@ TEST(PolicyMacUtilTest, PropertyToValue) { |
// Very meta. |
root.Set("dict", root.DeepCopy()); |
- base::ScopedCFTypeRef<CFPropertyListRef> property(ValueToProperty(&root)); |
+ base::ScopedCFTypeRef<CFPropertyListRef> property(ValueToProperty(root)); |
ASSERT_TRUE(property); |
std::unique_ptr<base::Value> value = PropertyToValue(property); |
ASSERT_TRUE(value); |