| Index: content/common/service_worker/service_worker_types.h
|
| diff --git a/content/common/service_worker/service_worker_types.h b/content/common/service_worker/service_worker_types.h
|
| index 7f25293c98247d0862c07a1d5330cf8954e4812d..abede9a3b7a2e346858f14c902e8fe767f1589d1 100644
|
| --- a/content/common/service_worker/service_worker_types.h
|
| +++ b/content/common/service_worker/service_worker_types.h
|
| @@ -160,7 +160,7 @@ struct CONTENT_EXPORT ServiceWorkerObjectInfo {
|
| int handle_id;
|
| GURL url;
|
| blink::WebServiceWorkerState state;
|
| - int64 version_id;
|
| + std::string version_uuid;
|
| };
|
|
|
| struct CONTENT_EXPORT ServiceWorkerRegistrationObjectInfo {
|
|
|