Index: content/browser/notifications/notification_event_dispatcher_impl.cc |
diff --git a/content/browser/notifications/notification_event_dispatcher_impl.cc b/content/browser/notifications/notification_event_dispatcher_impl.cc |
index 032d50362f57014fb42049d7baf0f094b9e8b7d0..7c3c0586afd063390471a58b0b686c801f38caf6 100644 |
--- a/content/browser/notifications/notification_event_dispatcher_impl.cc |
+++ b/content/browser/notifications/notification_event_dispatcher_impl.cc |
@@ -94,8 +94,7 @@ void DispatchNotificationEventOnRegistration( |
const NotificationOperationCallback& dispatch_event_action, |
const NotificationDispatchCompleteCallback& dispatch_error_callback, |
ServiceWorkerStatusCode service_worker_status, |
- const scoped_refptr<ServiceWorkerRegistration>& |
- service_worker_registration) { |
+ scoped_refptr<ServiceWorkerRegistration> service_worker_registration) { |
DCHECK_CURRENTLY_ON(BrowserThread::IO); |
#if defined(OS_ANDROID) |
// This LOG(INFO) deliberately exists to help track down the cause of |