Index: components/policy/core/common/policy_test_utils.h |
diff --git a/components/policy/core/common/policy_test_utils.h b/components/policy/core/common/policy_test_utils.h |
index 62fd4bd58d3647fec7e794bcb9dfff50ac652f20..c76a7bb63a74700f014030213d56031bb2ff6b1d 100644 |
--- a/components/policy/core/common/policy_test_utils.h |
+++ b/components/policy/core/common/policy_test_utils.h |
@@ -52,7 +52,7 @@ bool PolicyServiceIsEmpty(const PolicyService* service); |
// Converts a base::Value to the equivalent CFPropertyListRef. |
// The returned value is owned by the caller. |
-CFPropertyListRef ValueToProperty(const base::Value* value); |
+CFPropertyListRef ValueToProperty(const base::Value& value); |
#endif |