Index: chrome/browser/notifications/persistent_notification_delegate.cc |
diff --git a/chrome/browser/notifications/persistent_notification_delegate.cc b/chrome/browser/notifications/persistent_notification_delegate.cc |
index 4acd06a47de0fdba4116610c08ebeb35fd458c7d..cc366789def5387c669941de0581235fe9c39974 100644 |
--- a/chrome/browser/notifications/persistent_notification_delegate.cc |
+++ b/chrome/browser/notifications/persistent_notification_delegate.cc |
@@ -8,6 +8,7 @@ |
#include "base/guid.h" |
#include "chrome/browser/notifications/platform_notification_service_impl.h" |
#include "content/public/common/persistent_notification_status.h" |
+#include "content/public/common/platform_notification_data.h" |
PersistentNotificationDelegate::PersistentNotificationDelegate( |
content::BrowserContext* browser_context, |
@@ -36,7 +37,7 @@ void PersistentNotificationDelegate::Click() { |
browser_context_, |
persistent_notification_id_, |
origin_, |
- -1 /* action_index */); |
+ content::kNotificationClickWasNotAnAction); |
} |
void PersistentNotificationDelegate::ButtonClick(int button_index) { |