| Index: content/browser/service_worker/service_worker_info.cc
|
| diff --git a/content/browser/service_worker/service_worker_info.cc b/content/browser/service_worker/service_worker_info.cc
|
| index 0f4a4c5d9e7b6af8a5deae29cf224be0866c7ab8..12c5b945e1f135c08845f3c59d8e99e43dbd566b 100644
|
| --- a/content/browser/service_worker/service_worker_info.cc
|
| +++ b/content/browser/service_worker/service_worker_info.cc
|
| @@ -25,7 +25,7 @@ ServiceWorkerVersionInfo::ClientInfo::~ClientInfo() {
|
| }
|
|
|
| ServiceWorkerVersionInfo::ServiceWorkerVersionInfo()
|
| - : running_status(ServiceWorkerVersion::STOPPED),
|
| + : running_status(ServiceWorkerVersion::RunningStatus::STOPPED),
|
| status(ServiceWorkerVersion::NEW),
|
| registration_id(kInvalidServiceWorkerRegistrationId),
|
| version_id(kInvalidServiceWorkerVersionId),
|
|
|