| Index: content/browser/service_worker/service_worker_provider_host.h
|
| diff --git a/content/browser/service_worker/service_worker_provider_host.h b/content/browser/service_worker/service_worker_provider_host.h
|
| index 548ae9c584fdfd274b01232a19afb3c208fd1675..7c52da811e5dbf2bf93b777c3763f46ef89fbf41 100644
|
| --- a/content/browser/service_worker/service_worker_provider_host.h
|
| +++ b/content/browser/service_worker/service_worker_provider_host.h
|
| @@ -123,7 +123,7 @@ class CONTENT_EXPORT ServiceWorkerProviderHost
|
|
|
| // Returns false if the version is not in the expected STARTING in our
|
| // process state. That would be indicative of a bad IPC message.
|
| - bool SetHostedVersionId(int64 versions_id);
|
| + bool SetHostedVersionId(std::string version_uuid);
|
|
|
| // Returns a handler for a request, the handler may return NULL if
|
| // the request doesn't require special handling.
|
|
|