| Index: content/browser/service_worker/service_worker_version.h
|
| diff --git a/content/browser/service_worker/service_worker_version.h b/content/browser/service_worker/service_worker_version.h
|
| index a617d554b715a7a55942b8d975a1e80308a4c1b1..111867b3ffecec3bd93cf9717315ff50cd585a21 100644
|
| --- a/content/browser/service_worker/service_worker_version.h
|
| +++ b/content/browser/service_worker/service_worker_version.h
|
| @@ -215,7 +215,7 @@ class CONTENT_EXPORT ServiceWorkerVersion
|
| // This must be called when the status() is ACTIVATED.
|
| void DispatchNotificationClickEvent(
|
| const StatusCallback& callback,
|
| - const std::string& notification_id,
|
| + int64_t persistent_notification_id,
|
| const PlatformNotificationData& notification_data);
|
|
|
| // Sends push event to the associated embedded worker and asynchronously calls
|
|
|