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

Unified Diff: jingle/notifier/listener/non_blocking_push_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 | « jingle/notifier/listener/fake_push_client.h ('k') | jingle/notifier/listener/xmpp_push_client.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: jingle/notifier/listener/non_blocking_push_client.h
diff --git a/jingle/notifier/listener/non_blocking_push_client.h b/jingle/notifier/listener/non_blocking_push_client.h
index 27e07fbab40fed01faf46f27349f06e925a870b0..f91c97172f9c0e9164a817b367d5c95ecc3bb4f1 100644
--- a/jingle/notifier/listener/non_blocking_push_client.h
+++ b/jingle/notifier/listener/non_blocking_push_client.h
@@ -62,7 +62,7 @@ class NonBlockingPushClient : public PushClient {
const scoped_refptr<base::SingleThreadTaskRunner> delegate_task_runner_;
scoped_refptr<Core> core_;
- ObserverList<PushClientObserver> observers_;
+ base::ObserverList<PushClientObserver> observers_;
base::WeakPtrFactory<NonBlockingPushClient> weak_ptr_factory_;
« no previous file with comments | « jingle/notifier/listener/fake_push_client.h ('k') | jingle/notifier/listener/xmpp_push_client.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698