| Index: content/browser/background_sync/background_sync_manager.h
|
| diff --git a/content/browser/background_sync/background_sync_manager.h b/content/browser/background_sync/background_sync_manager.h
|
| index 52391a20f5b05b7063f4cbe804c4e747bdbe7e9e..f31a83a72910d4bd4c9f404853117ae4a45d6fb5 100644
|
| --- a/content/browser/background_sync/background_sync_manager.h
|
| +++ b/content/browser/background_sync/background_sync_manager.h
|
| @@ -249,8 +249,7 @@ class CONTENT_EXPORT BackgroundSyncManager
|
| const base::Closure& event_fired_callback,
|
| const base::Closure& event_completed_callback,
|
| ServiceWorkerStatusCode service_worker_status,
|
| - const scoped_refptr<ServiceWorkerRegistration>&
|
| - service_worker_registration);
|
| + scoped_refptr<ServiceWorkerRegistration> service_worker_registration);
|
| void FireReadyEventsAllEventsFiring(const base::Closure& callback);
|
|
|
| // Called when a sync event has completed.
|
|
|