| Index: jingle/notifier/listener/talk_mediator.h
|
| diff --git a/jingle/notifier/listener/talk_mediator.h b/jingle/notifier/listener/talk_mediator.h
|
| index 7ea23b04e914d4bbd1ad3c60204f121d6025c1a0..7a6fa79f56431b84d549b8760ce2e55efaa05a47 100644
|
| --- a/jingle/notifier/listener/talk_mediator.h
|
| +++ b/jingle/notifier/listener/talk_mediator.h
|
| @@ -50,7 +50,7 @@ class TalkMediator {
|
|
|
| // Method for the owner of this object to notify peers that an update has
|
| // occurred.
|
| - virtual bool SendNotification(const Notification& data) = 0;
|
| + virtual void SendNotification(const Notification& data) = 0;
|
|
|
| // Add a subscription to subscribe to.
|
| virtual void AddSubscription(const Subscription& subscription) = 0;
|
|
|