| Index: jingle/notifier/listener/xmpp_push_client.h
|
| diff --git a/jingle/notifier/listener/xmpp_push_client.h b/jingle/notifier/listener/xmpp_push_client.h
|
| index ea63eb757d79bd9488af8b33cde14359048a6f60..a37f4965787f4364f45dcc5502fc5d068cbe9983 100644
|
| --- a/jingle/notifier/listener/xmpp_push_client.h
|
| +++ b/jingle/notifier/listener/xmpp_push_client.h
|
| @@ -71,7 +71,7 @@ class XmppPushClient :
|
| private:
|
| base::ThreadChecker thread_checker_;
|
| const NotifierOptions notifier_options_;
|
| - ObserverList<PushClientObserver> observers_;
|
| + base::ObserverList<PushClientObserver> observers_;
|
|
|
| // XMPP connection settings.
|
| SubscriptionList subscriptions_;
|
|
|