| Index: components/policy/core/common/schema_registry.h
|
| diff --git a/components/policy/core/common/schema_registry.h b/components/policy/core/common/schema_registry.h
|
| index 82e16f8a958c2b1d8e054f7a6f9c0bf1d0c97661..afb0fbbc93e38ddacab0cc22062a9ebb6e58cb7c 100644
|
| --- a/components/policy/core/common/schema_registry.h
|
| +++ b/components/policy/core/common/schema_registry.h
|
| @@ -56,7 +56,7 @@ class POLICY_EXPORT SchemaRegistry : public base::NonThreadSafe {
|
| SchemaRegistry();
|
| virtual ~SchemaRegistry();
|
|
|
| - const scoped_refptr<SchemaMap>& schema_map() const { return schema_map_; }
|
| + const scoped_refptr<SchemaMap>& schema_map() const;
|
|
|
| // Register a single component.
|
| void RegisterComponent(const PolicyNamespace& ns,
|
|
|