Chromium Code Reviews| Index: jingle/notifier/listener/notification_defines.cc |
| =================================================================== |
| --- jingle/notifier/listener/notification_defines.cc (revision 119260) |
| +++ jingle/notifier/listener/notification_defines.cc (working copy) |
| @@ -6,6 +6,9 @@ |
| namespace notifier { |
| +Notification::Notification() {} |
| +Notification::~Notification() {} |
| + |
| std::string Notification::ToString() const { |
| return "{ channel: \"" + channel + "\", data: \"" + data + "\" }"; |
| } |