| Index: jingle/notifier/listener/notification_defines.cc
|
| diff --git a/jingle/notifier/listener/notification_defines.cc b/jingle/notifier/listener/notification_defines.cc
|
| index 7431ea2a30af1efe0bf402ec4897dadece3d9dc8..304efaa8e9a017fc6c0ea3d820f784a4da17ded8 100644
|
| --- a/jingle/notifier/listener/notification_defines.cc
|
| +++ b/jingle/notifier/listener/notification_defines.cc
|
| @@ -54,7 +54,7 @@ bool RecipientListsEqual(const RecipientList& recipients1,
|
| return ListsEqual(recipients1, recipients2);
|
| }
|
|
|
| -Notification::Notification() {}
|
| +Notification::Notification() : ping(false) {}
|
| Notification::~Notification() {}
|
|
|
| bool Notification::Equals(const Notification& other) const {
|
|
|