| Index: content/browser/service_worker/service_worker_controllee_request_handler.h | 
| diff --git a/content/browser/service_worker/service_worker_controllee_request_handler.h b/content/browser/service_worker/service_worker_controllee_request_handler.h | 
| index 8da2a56a51efba848de2d4a86ed10aed84dee704..a6e48b24727ebafc74bf087e31303100007589e0 100644 | 
| --- a/content/browser/service_worker/service_worker_controllee_request_handler.h | 
| +++ b/content/browser/service_worker/service_worker_controllee_request_handler.h | 
| @@ -66,7 +66,7 @@ class CONTENT_EXPORT ServiceWorkerControlleeRequestHandler | 
| void PrepareForMainResource(const net::URLRequest* request); | 
| void DidLookupRegistrationForMainResource( | 
| ServiceWorkerStatusCode status, | 
| -      const scoped_refptr<ServiceWorkerRegistration>& registration); | 
| +      scoped_refptr<ServiceWorkerRegistration> registration); | 
| void OnVersionStatusChanged( | 
| ServiceWorkerRegistration* registration, | 
| ServiceWorkerVersion* version); | 
|  |