| Index: content/common/service_worker/service_worker_messages.h
|
| diff --git a/content/common/service_worker/service_worker_messages.h b/content/common/service_worker/service_worker_messages.h
|
| index d41d517236e961f981ef51ef7bbdd583c7dc0e79..59af129dd12f5df863d18ace425eed15484abba0 100644
|
| --- a/content/common/service_worker/service_worker_messages.h
|
| +++ b/content/common/service_worker/service_worker_messages.h
|
| @@ -497,12 +497,12 @@ IPC_MESSAGE_CONTROL3(ServiceWorkerMsg_FetchEvent,
|
| content::ServiceWorkerFetchRequest)
|
| IPC_MESSAGE_CONTROL4(ServiceWorkerMsg_NotificationClickEvent,
|
| int /* request_id */,
|
| - int64_t /* persistent_notification_id */,
|
| + std::string /* notification_id */,
|
| content::PlatformNotificationData /* notification_data */,
|
| int /* action_index */)
|
| IPC_MESSAGE_CONTROL3(ServiceWorkerMsg_NotificationCloseEvent,
|
| int /* request_id */,
|
| - int64_t /* persistent_notification_id */,
|
| + std::string /* notification_id */,
|
| content::PlatformNotificationData /* notification_data */)
|
| IPC_MESSAGE_CONTROL2(ServiceWorkerMsg_PushEvent,
|
| int /* request_id */,
|
|
|