Chromium Code Reviews| 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..23726e4c8e437284be3499bf062988bbad382446 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*); |
|
nhiroki
2014/08/29 07:27:29
nit: Wrapped function arguments should have 4-spac
shimazu
2014/09/01 05:35:34
Done.
|
| ServiceWorkerProviderContext* context() { return context_.get(); } |