| 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 ca572291928f05f02d88e65a1fd20d3cf9d93585..3c48422edea14dcb11b3f6e572169361064dfa17 100644
|
| --- a/jingle/notifier/listener/non_blocking_push_client.h
|
| +++ b/jingle/notifier/listener/non_blocking_push_client.h
|
| @@ -14,6 +14,7 @@
|
| #include "base/observer_list.h"
|
| #include "base/threading/non_thread_safe.h"
|
| #include "jingle/notifier/listener/push_client.h"
|
| +#include "jingle/notifier/listener/push_client_observer.h"
|
|
|
| namespace base {
|
| class SingleThreadTaskRunner;
|
| @@ -52,7 +53,7 @@ class NonBlockingPushClient : public PushClient {
|
| private:
|
| class Core;
|
|
|
| - void OnNotificationStateChange(bool notifications_enabled);
|
| + void OnPushClientStateChange(PushClientState push_client_state);
|
| void OnIncomingNotification(const Notification& notification);
|
|
|
| base::NonThreadSafe non_thread_safe_;
|
|
|