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 54301db5cd6cd92ff342748d1afeb0822ef24f03..ab76c5c3278e6c4730121f3211aef892bf29cc67 100644 |
--- a/content/common/service_worker/service_worker_types.h |
+++ b/content/common/service_worker/service_worker_types.h |
@@ -181,7 +181,7 @@ struct CONTENT_EXPORT ServiceWorkerObjectInfo { |
int64 version_id; |
}; |
-struct ServiceWorkerRegistrationObjectInfo { |
+struct CONTENT_EXPORT ServiceWorkerRegistrationObjectInfo { |
ServiceWorkerRegistrationObjectInfo(); |
int handle_id; |
GURL scope; |