| Index: content/browser/loader/navigation_url_loader_impl_core.h
|
| diff --git a/content/browser/loader/navigation_url_loader_impl_core.h b/content/browser/loader/navigation_url_loader_impl_core.h
|
| index 1a7a152c1dd7faa7b00f5a54763c7be813e7cbf5..495a0ef8693c516b36e472ff084f35f38002e59f 100644
|
| --- a/content/browser/loader/navigation_url_loader_impl_core.h
|
| +++ b/content/browser/loader/navigation_url_loader_impl_core.h
|
| @@ -74,7 +74,7 @@ class NavigationURLLoaderImplCore {
|
| // registered for it.
|
| void OnServiceWorkerChecksPerformed(
|
| ServiceWorkerStatusCode status,
|
| - const scoped_refptr<ServiceWorkerRegistration>& registration);
|
| + scoped_refptr<ServiceWorkerRegistration> registration);
|
|
|
| base::WeakPtr<NavigationURLLoaderImpl> loader_;
|
| NavigationResourceHandler* resource_handler_;
|
|
|