Index: content/browser/service_worker/service_worker_dispatcher_host.h |
diff --git a/content/browser/service_worker/service_worker_dispatcher_host.h b/content/browser/service_worker/service_worker_dispatcher_host.h |
index d121e6bafa5c9f067fd7e2a6b7d705a8fb1650a4..9a8ab63c3031525d5a98f3469829079a786671da 100644 |
--- a/content/browser/service_worker/service_worker_dispatcher_host.h |
+++ b/content/browser/service_worker/service_worker_dispatcher_host.h |
@@ -100,7 +100,7 @@ class CONTENT_EXPORT ServiceWorkerDispatcherHost : public BrowserMessageFilter { |
int provider_id); |
void OnProviderCreated(int provider_id, |
int render_frame_id, |
- ServiceWorkerProviderType provider_type); |
+ int shared_worker_route_id); |
void OnProviderDestroyed(int provider_id); |
void OnSetHostedVersionId(int provider_id, int64 version_id); |
void OnWorkerReadyForInspection(int embedded_worker_id); |