Index: content/common/platform_notification_messages.h |
diff --git a/content/common/platform_notification_messages.h b/content/common/platform_notification_messages.h |
index 7ad1e6bfe61a56bda01da0ad7b637ce9a95a66b9..f21713fa282b19b03bf0224e4e94b761c8fc0416 100644 |
--- a/content/common/platform_notification_messages.h |
+++ b/content/common/platform_notification_messages.h |
@@ -22,7 +22,7 @@ |
// Defines the pair of [persistent notification id] => [notification data] used |
// when getting the notifications for a given Service Worker registration. |
using PersistentNotificationInfo = |
- std::pair<std::string, content::PlatformNotificationData>; |
+ std::pair<int64_t, content::PlatformNotificationData>; |
#endif // CONTENT_COMMON_PLATFORM_NOTIFICATION_MESSAGES_H_ |