Index: content/browser/service_worker/service_worker_unregister_job.cc |
diff --git a/content/browser/service_worker/service_worker_unregister_job.cc b/content/browser/service_worker/service_worker_unregister_job.cc |
index c0fc9dc4cb6d528a8ebc37f045a7236fbda54183..0ca2f7f0781c15d061ac31d9ceeff55cb0fa6049 100644 |
--- a/content/browser/service_worker/service_worker_unregister_job.cc |
+++ b/content/browser/service_worker/service_worker_unregister_job.cc |
@@ -57,7 +57,7 @@ RegistrationJobType ServiceWorkerUnregisterJob::GetType() const { |
void ServiceWorkerUnregisterJob::OnRegistrationFound( |
ServiceWorkerStatusCode status, |
- const scoped_refptr<ServiceWorkerRegistration>& registration) { |
+ scoped_refptr<ServiceWorkerRegistration> registration) { |
if (status == SERVICE_WORKER_ERROR_NOT_FOUND) { |
DCHECK(!registration.get()); |
Complete(kInvalidServiceWorkerRegistrationId, |