Index: content/child/service_worker/service_worker_dispatcher.h |
diff --git a/content/child/service_worker/service_worker_dispatcher.h b/content/child/service_worker/service_worker_dispatcher.h |
index eda40e5eb21e4f78a78bd1bd29ee77e4c51285ba..c1985d23cb19ca17e69ae9717ddbe62dc616fc34 100644 |
--- a/content/child/service_worker/service_worker_dispatcher.h |
+++ b/content/child/service_worker/service_worker_dispatcher.h |
@@ -70,7 +70,7 @@ class ServiceWorkerDispatcher : public WorkerTaskRunner::Observer { |
// The asynchronous success response to RegisterServiceWorker. |
void OnRegistered(int32 thread_id, |
int32 request_id, |
- int64 version_id); |
+ int handle_id); |
// The asynchronous success response to UregisterServiceWorker. |
void OnUnregistered(int32 thread_id, |
int32 request_id); |