Index: content/common/platform_notification_messages.h |
diff --git a/content/common/platform_notification_messages.h b/content/common/platform_notification_messages.h |
index a4ae7064524f0811812a18584ab66f1b86994131..a85b91be1a056b7896dc0c7b629ec5aa0183d9d6 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_ |