Index: jingle/notifier/listener/fake_push_client.h |
diff --git a/jingle/notifier/listener/fake_push_client.h b/jingle/notifier/listener/fake_push_client.h |
index 90e086c3268b902fe7568bbb6a226017d959cf48..b281d6cceac336f38c0d4ef723cbd0559890af3e 100644 |
--- a/jingle/notifier/listener/fake_push_client.h |
+++ b/jingle/notifier/listener/fake_push_client.h |
@@ -29,6 +29,7 @@ class FakePushClient : public PushClient { |
virtual void UpdateCredentials( |
const std::string& email, const std::string& token) OVERRIDE; |
virtual void SendNotification(const Notification& notification) OVERRIDE; |
+ virtual void SendPing() OVERRIDE; |
// Triggers OnNotificationsEnabled on all observers. |
void EnableNotifications(); |