Index: content/browser/service_worker/service_worker_dispatcher_host.h |
diff --git a/content/browser/service_worker/service_worker_dispatcher_host.h b/content/browser/service_worker/service_worker_dispatcher_host.h |
index 9e1c587cb80bf01fab2df0f2c017974f655c8cf9..0f4bf5eec8ef24844ba00e47f99fcce823cd7c99 100644 |
--- a/content/browser/service_worker/service_worker_dispatcher_host.h |
+++ b/content/browser/service_worker/service_worker_dispatcher_host.h |
@@ -213,7 +213,7 @@ class CONTENT_EXPORT ServiceWorkerDispatcherHost : public BrowserMessageFilter { |
int provider_id, |
int request_id, |
ServiceWorkerStatusCode status, |
- const scoped_refptr<ServiceWorkerRegistration>& registration); |
+ scoped_refptr<ServiceWorkerRegistration> registration); |
void GetRegistrationsComplete( |
int thread_id, |
int provider_id, |