Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(594)

Unified Diff: components/policy/core/common/schema_registry.h

Issue 1162943002: Replace more ObserverList with base::ObserverList. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@observer
Patch Set: Created 5 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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);
« no previous file with comments | « components/policy/core/common/remote_commands/remote_commands_queue.h ('k') | components/proximity_auth/client.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698