| 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_;
|
|
|
|
|