| 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 ea22f5c3e723508a6ac2448ee160eb3f0b6303dc..504e24901347844ca5c7222878737b5782848462 100644
|
| --- a/content/common/service_worker/service_worker_types.h
|
| +++ b/content/common/service_worker/service_worker_types.h
|
| @@ -227,7 +227,7 @@ struct CONTENT_EXPORT ServiceWorkerRegistrationObjectInfo {
|
| int64_t registration_id;
|
| };
|
|
|
| -struct ServiceWorkerVersionAttributes {
|
| +struct CONTENT_EXPORT ServiceWorkerVersionAttributes {
|
| ServiceWorkerObjectInfo installing;
|
| ServiceWorkerObjectInfo waiting;
|
| ServiceWorkerObjectInfo active;
|
|
|