| 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 bb0abf81f74d53c2a2950f5ebf4aa969664049e0..563e733d3e0c516bcd964069ffdc78c92538c52e 100644 | 
| --- a/content/browser/service_worker/service_worker_dispatcher_host.h | 
| +++ b/content/browser/service_worker/service_worker_dispatcher_host.h | 
| @@ -38,11 +38,11 @@ class CONTENT_EXPORT ServiceWorkerDispatcherHost : public BrowserMessageFilter { | 
| // IPC Message handlers | 
| void OnRegisterServiceWorker(int32 thread_id, | 
| int32 request_id, | 
| -                               const GURL& scope, | 
| +                               const GURL& pattern, | 
| const GURL& script_url); | 
| void OnUnregisterServiceWorker(int32 thread_id, | 
| int32 request_id, | 
| -                                 const GURL& scope); | 
| +                                 const GURL& pattern); | 
| void OnProviderCreated(int provider_id); | 
| void OnProviderDestroyed(int provider_id); | 
|  | 
|  |