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 24534a126bf228435dabd455dc27a6aae98631de..60d2421863e1bc80931f5ad7176d2f713296210b 100644 |
--- a/content/browser/service_worker/service_worker_version.h |
+++ b/content/browser/service_worker/service_worker_version.h |
@@ -19,6 +19,7 @@ |
#include "base/memory/scoped_ptr.h" |
#include "base/observer_list.h" |
#include "base/timer/timer.h" |
+#include "content/browser/background_sync/background_sync_registration_handle.h" |
#include "content/browser/service_worker/embedded_worker_instance.h" |
#include "content/browser/service_worker/service_worker_script_cache_map.h" |
#include "content/common/background_sync_service.mojom.h" |
@@ -209,7 +210,7 @@ class CONTENT_EXPORT ServiceWorkerVersion |
// notify completion. |
// |
// This must be called when the status() is ACTIVATED. |
- void DispatchSyncEvent(SyncRegistrationPtr registration, |
+ void DispatchSyncEvent(BackgroundSyncRegistrationHandle::HandleId handle_id, |
const StatusCallback& callback); |
// Sends notificationclick event to the associated embedded worker and |