Chromium Code Reviews| Index: chrome/browser/notifications/non_persistent_notification_handler.h |
| diff --git a/chrome/browser/notifications/non_persistent_notification_handler.h b/chrome/browser/notifications/non_persistent_notification_handler.h |
| index 51b8d3629658f577eabefdf812837636d9c9e410..0a827a74310336b3ef68b89cb0fae0cd2df18ae3 100644 |
| --- a/chrome/browser/notifications/non_persistent_notification_handler.h |
| +++ b/chrome/browser/notifications/non_persistent_notification_handler.h |
| @@ -9,6 +9,7 @@ |
| #include "base/macros.h" |
| #include "base/memory/ref_counted.h" |
| +#include "base/strings/nullable_string16.h" |
|
Peter Beverloo
2016/10/11 14:22:56
nit: drop. Pretty much everywhere else too. Here's
awdf
2016/10/12 10:44:57
Done.
|
| #include "chrome/browser/notifications/notification_handler.h" |
| class NotificationDelegate; |
| @@ -28,7 +29,8 @@ class NonPersistentNotificationHandler : public NotificationHandler { |
| void OnClick(Profile* profile, |
| const std::string& origin, |
| const std::string& notification_id, |
| - int action_index) override; |
| + int action_index, |
| + const base::NullableString16& reply) override; |
| void OpenSettings(Profile* profile) override; |