| Index: content/child/service_worker/service_worker_network_provider.h
|
| diff --git a/content/child/service_worker/service_worker_network_provider.h b/content/child/service_worker/service_worker_network_provider.h
|
| index 866edd6081d2537b27a48fff25c5e1f83ff4f039..56bf6738c894a850be8b976f021167b476cff586 100644
|
| --- a/content/child/service_worker/service_worker_network_provider.h
|
| +++ b/content/child/service_worker/service_worker_network_provider.h
|
| @@ -44,9 +44,9 @@ class CONTENT_EXPORT ServiceWorkerNetworkProvider
|
| ServiceWorkerProviderContext* context() { return context_.get(); }
|
|
|
| // This method is called for a provider that's associated with a
|
| - // running service worker script. The version_id indicates which
|
| + // running service worker script. The version_uuid indicates which
|
| // ServiceWorkerVersion should be used.
|
| - void SetServiceWorkerVersionId(int64 version_id);
|
| + void SetServiceWorkerVersionId(std::string version_uuid);
|
|
|
| private:
|
| const int provider_id_;
|
|
|