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