| Index: content/browser/service_worker/service_worker_version.h
|
| diff --git a/content/browser/service_worker/service_worker_version.h b/content/browser/service_worker/service_worker_version.h
|
| index 48cbda98f59a41640da1c5e0974d4b9468920fc2..e32e0b74a6c85a136b07fad70eb5f572fcb99ec1 100644
|
| --- a/content/browser/service_worker/service_worker_version.h
|
| +++ b/content/browser/service_worker/service_worker_version.h
|
| @@ -95,6 +95,7 @@ class CONTENT_EXPORT ServiceWorkerVersion
|
|
|
| ServiceWorkerVersion(
|
| ServiceWorkerRegistration* registration,
|
| + const GURL& script_url,
|
| int64 version_id,
|
| base::WeakPtr<ServiceWorkerContextCore> context);
|
|
|
|
|