Index: content/browser/push_messaging/push_messaging_router.h |
diff --git a/content/browser/push_messaging/push_messaging_router.h b/content/browser/push_messaging/push_messaging_router.h |
index 64adb8a43303c3a9c9377f8c6e47adbfb93b7222..5178639899db6b683046a48febdcf9d0abe00bdf 100644 |
--- a/content/browser/push_messaging/push_messaging_router.h |
+++ b/content/browser/push_messaging/push_messaging_router.h |
@@ -54,8 +54,7 @@ class PushMessagingRouter { |
const PushEventPayload& payload, |
const DeliverMessageCallback& deliver_message_callback, |
ServiceWorkerStatusCode service_worker_status, |
- const scoped_refptr<ServiceWorkerRegistration>& |
- service_worker_registration); |
+ scoped_refptr<ServiceWorkerRegistration> service_worker_registration); |
// Delivers a push message with |data| to a specific |service_worker|. Must be |
// called on the IO thread, with the the worker running. |