| Index: content/browser/notifications/notification_message_filter.cc
|
| diff --git a/content/browser/notifications/notification_message_filter.cc b/content/browser/notifications/notification_message_filter.cc
|
| index 766bb4fe6059b285897822149762eea417b89a9f..e37d21b6fe1b61a6bc02acdb37b422dd95ca1181 100644
|
| --- a/content/browser/notifications/notification_message_filter.cc
|
| +++ b/content/browser/notifications/notification_message_filter.cc
|
| @@ -222,7 +222,7 @@ void NotificationMessageFilter::DidFindServiceWorkerRegistration(
|
| const NotificationResources& notification_resources,
|
| int64_t persistent_notification_id,
|
| content::ServiceWorkerStatusCode service_worker_status,
|
| - const scoped_refptr<content::ServiceWorkerRegistration>& registration) {
|
| + scoped_refptr<content::ServiceWorkerRegistration> registration) {
|
| DCHECK_CURRENTLY_ON(BrowserThread::IO);
|
|
|
| if (service_worker_status != SERVICE_WORKER_OK) {
|
|
|