| 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 97cc4b9ebc2e4af0cbfd851e67d2763574caaedf..4031f752f797bada6e635323a8bb2dc075762bcf 100644
|
| --- a/components/policy/core/common/schema_registry.h
|
| +++ b/components/policy/core/common/schema_registry.h
|
| @@ -88,8 +88,8 @@ class POLICY_EXPORT SchemaRegistry : public base::NonThreadSafe {
|
| scoped_refptr<SchemaMap> schema_map_;
|
|
|
| private:
|
| - ObserverList<Observer, true> observers_;
|
| - ObserverList<InternalObserver, true> internal_observers_;
|
| + base::ObserverList<Observer, true> observers_;
|
| + base::ObserverList<InternalObserver, true> internal_observers_;
|
| bool domains_ready_[POLICY_DOMAIN_SIZE];
|
|
|
| DISALLOW_COPY_AND_ASSIGN(SchemaRegistry);
|
|
|