| Index: components/policy/core/common/schema.h
|
| diff --git a/components/policy/core/common/schema.h b/components/policy/core/common/schema.h
|
| index ec7614861ef132d354bc1c93deb9d218e6e2cb71..70d9dd2918d414c4c57097b99c6cfb9014cc4bff 100644
|
| --- a/components/policy/core/common/schema.h
|
| +++ b/components/policy/core/common/schema.h
|
| @@ -83,7 +83,7 @@ class POLICY_EXPORT Schema {
|
|
|
| // Returns true if this Schema is valid. Schemas returned by the methods below
|
| // may be invalid, and in those cases the other methods must not be used.
|
| - bool valid() const { return node_ != NULL; }
|
| + bool valid() const;
|
|
|
| base::Value::Type type() const;
|
|
|
|
|