Chromium Code Reviews| Index: ui/message_center/notification.cc |
| diff --git a/ui/message_center/notification.cc b/ui/message_center/notification.cc |
| index a3530a53e19fba318e53b135cb6822ee1d77b3a2..4f76fe9b93d608ad5e23f05879c8f4a9033882d3 100644 |
| --- a/ui/message_center/notification.cc |
| +++ b/ui/message_center/notification.cc |
| @@ -41,6 +41,9 @@ RichNotificationData::RichNotificationData(const RichNotificationData& other) |
| RichNotificationData::~RichNotificationData() {} |
| +Notification::Notification() { |
|
dewittj
2013/07/24 23:09:53
Doesn't this need defaults for all the member vari
jianli
2013/07/25 01:02:41
Removed.
|
| +} |
| + |
| Notification::Notification(NotificationType type, |
| const std::string& id, |
| const string16& title, |