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

Unified Diff: components/proximity_auth/client.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
« no previous file with comments | « components/policy/core/common/schema_registry.h ('k') | components/proximity_auth/connection.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/proximity_auth/client.h
diff --git a/components/proximity_auth/client.h b/components/proximity_auth/client.h
index 3b66e8eb63c4ed69ad3e5c8f22648373ba0c6b84..269c672410c5f34b36502d52c0ea4b29ed2e769f 100644
--- a/components/proximity_auth/client.h
+++ b/components/proximity_auth/client.h
@@ -108,7 +108,7 @@ class Client : public ConnectionObserver {
scoped_ptr<SecureContext> secure_context_;
// The registered observers of |this_| client.
- ObserverList<ClientObserver> observers_;
+ base::ObserverList<ClientObserver> observers_;
// Queue of messages to send to the remote device.
std::deque<PendingMessage> queued_messages_;
« no previous file with comments | « components/policy/core/common/schema_registry.h ('k') | components/proximity_auth/connection.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698