Index: content/child/service_worker/service_worker_message_filter.h |
diff --git a/content/child/service_worker/service_worker_message_filter.h b/content/child/service_worker/service_worker_message_filter.h |
index fcd39befa22527e936db33dfd75861303cb9b233..d9b408485499772e46ce1ccf05520c45ce54ae30 100644 |
--- a/content/child/service_worker/service_worker_message_filter.h |
+++ b/content/child/service_worker/service_worker_message_filter.h |
@@ -36,9 +36,9 @@ class CONTENT_EXPORT ServiceWorkerMessageFilter |
void OnStaleRegistered(int thread_id, |
int request_id, |
const ServiceWorkerObjectInfo& info); |
- void OnStaleSetCurrentServiceWorker(int thread_id, |
- int provider_id, |
- const ServiceWorkerObjectInfo& info); |
+ void OnStaleSetServiceWorker(int thread_id, |
+ int provider_id, |
+ const ServiceWorkerObjectInfo& info); |
scoped_refptr<base::MessageLoopProxy> main_thread_loop_proxy_; |
scoped_refptr<ThreadSafeSender> thread_safe_sender_; |