Index: content/common/service_worker/service_worker_client_info.h |
diff --git a/content/common/service_worker/service_worker_client_info.h b/content/common/service_worker/service_worker_client_info.h |
index e21aa1552f955afadd17e1dc80b25b33be7e1165..9f705762751455ac1dc21d9a7a24a5c2065aeabb 100644 |
--- a/content/common/service_worker/service_worker_client_info.h |
+++ b/content/common/service_worker/service_worker_client_info.h |
@@ -5,6 +5,7 @@ |
#ifndef CONTENT_COMMON_SERVICE_WORKER_SERVICE_WORKER_CLIENT_INFO_H_ |
#define CONTENT_COMMON_SERVICE_WORKER_SERVICE_WORKER_CLIENT_INFO_H_ |
+#include "content/common/content_export.h" |
#include "content/public/common/request_context_frame_type.h" |
#include "third_party/WebKit/public/platform/WebPageVisibilityState.h" |
#include "third_party/WebKit/public/platform/WebServiceWorkerClientType.h" |
@@ -17,7 +18,7 @@ namespace content { |
// An instance can be created empty or can be filed with the expected |
// properties. Except for the client_uuid, it is preferred to use the |
// constructor to fill the properties. |
-struct ServiceWorkerClientInfo { |
+struct CONTENT_EXPORT ServiceWorkerClientInfo { |
ServiceWorkerClientInfo(); |
ServiceWorkerClientInfo(blink::WebPageVisibilityState page_visibility_state, |
bool is_focused, |