Index: content/renderer/service_worker/service_worker_script_context.h |
diff --git a/content/renderer/service_worker/service_worker_script_context.h b/content/renderer/service_worker/service_worker_script_context.h |
index 2def78fe69c174cad90aa71b2ddd861c04554c60..f0c82585d388c0f5829bf416150a6a042aca0b23 100644 |
--- a/content/renderer/service_worker/service_worker_script_context.h |
+++ b/content/renderer/service_worker/service_worker_script_context.h |
@@ -115,7 +115,7 @@ class ServiceWorkerScriptContext { |
void OnSyncEvent(int request_id); |
void OnNotificationClickEvent( |
int request_id, |
- const std::string& notification_id, |
+ int64_t persistent_notification_id, |
const PlatformNotificationData& notification_data); |
void OnPushEvent(int request_id, const std::string& data); |
void OnGeofencingEvent(int request_id, |