| 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 00eb170efc29b99b53b971560eba282aa25099df..2c40c232758c01460e31030bc3c993ebc20a8cad 100644
|
| --- a/content/common/service_worker/service_worker_messages.h
|
| +++ b/content/common/service_worker/service_worker_messages.h
|
| @@ -384,7 +384,7 @@ IPC_MESSAGE_CONTROL1(ServiceWorkerMsg_SyncEvent,
|
| int /* request_id */)
|
| IPC_MESSAGE_CONTROL3(ServiceWorkerMsg_NotificationClickEvent,
|
| int /* request_id */,
|
| - std::string /* notification_id */,
|
| + int64_t /* persistent_notification_id */,
|
| content::PlatformNotificationData /* notification_data */)
|
| IPC_MESSAGE_CONTROL2(ServiceWorkerMsg_PushEvent,
|
| int /* request_id */,
|
|
|