| 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 a0749d2979d47531f002bfa02b92c94998821315..b78f4d0e8fb9539951a29bbd4f924781ac93a5f4 100644
|
| --- a/content/child/service_worker/web_service_worker_provider_impl.h
|
| +++ b/content/child/service_worker/web_service_worker_provider_impl.h
|
| @@ -34,10 +34,10 @@ class WebServiceWorkerProviderImpl
|
|
|
| virtual void registerServiceWorker(const blink::WebURL& pattern,
|
| const blink::WebURL& script_url,
|
| - WebServiceWorkerCallbacks*);
|
| + WebServiceWorkerRegistrationCallbacks*);
|
|
|
| virtual void unregisterServiceWorker(const blink::WebURL& pattern,
|
| - WebServiceWorkerCallbacks*);
|
| + WebServiceWorkerRegistrationCallbacks*);
|
|
|
| ServiceWorkerProviderContext* context() { return context_.get(); }
|
|
|
|
|