| Index: content/browser/service_worker/embedded_worker_instance.h
|
| diff --git a/content/browser/service_worker/embedded_worker_instance.h b/content/browser/service_worker/embedded_worker_instance.h
|
| index 309c2ddf7a33969099f9723ccf525ffe16a4bea5..e0bbd5b926f6cf75eeacc0422f48a756eb4037af 100644
|
| --- a/content/browser/service_worker/embedded_worker_instance.h
|
| +++ b/content/browser/service_worker/embedded_worker_instance.h
|
| @@ -95,7 +95,7 @@ class CONTENT_EXPORT EmbeddedWorkerInstance {
|
| // Starts the worker. It is invalid to call this when the worker is not in
|
| // STOPPED status. |callback| is invoked after the worker script has been
|
| // started and evaluated, or when an error occurs.
|
| - void Start(int64 service_worker_version_id,
|
| + void Start(std::string service_worker_version_uuid,
|
| const GURL& scope,
|
| const GURL& script_url,
|
| bool pause_after_download,
|
|
|