Chromium Code Reviews| Index: jingle/notifier/listener/notification_defines.h |
| diff --git a/jingle/notifier/listener/notification_defines.h b/jingle/notifier/listener/notification_defines.h |
| index 5cf9f72373fb8b3b7801614580015d68fdfdbd84..b17407f298717534137144d8e07f7c8d2741d6fa 100644 |
| --- a/jingle/notifier/listener/notification_defines.h |
| +++ b/jingle/notifier/listener/notification_defines.h |
| @@ -26,6 +26,8 @@ struct Notification { |
| std::string channel; |
| // The notification data payload. |
| std::string data; |
| + |
| + std::string ToString() const; |
| }; |
| } // namespace notifier |