| Index: content/child/service_worker/web_service_worker_provider_impl.h
|
| diff --git a/content/child/service_worker/web_service_worker_provider_impl.h b/content/child/service_worker/web_service_worker_provider_impl.h
|
| index b78f4d0e8fb9539951a29bbd4f924781ac93a5f4..747d148cb67ae925e2aba982aa2f80393d32ea09 100644
|
| --- a/content/child/service_worker/web_service_worker_provider_impl.h
|
| +++ b/content/child/service_worker/web_service_worker_provider_impl.h
|
| @@ -36,8 +36,9 @@ class WebServiceWorkerProviderImpl
|
| const blink::WebURL& script_url,
|
| WebServiceWorkerRegistrationCallbacks*);
|
|
|
| - virtual void unregisterServiceWorker(const blink::WebURL& pattern,
|
| - WebServiceWorkerRegistrationCallbacks*);
|
| + virtual void unregisterServiceWorker(
|
| + const blink::WebURL& pattern,
|
| + WebServiceWorkerUnRegistrationCallbacks*);
|
|
|
| ServiceWorkerProviderContext* context() { return context_.get(); }
|
|
|
|
|