Index: content/child/service_worker/web_service_worker_registration_impl.h |
diff --git a/content/child/service_worker/web_service_worker_registration_impl.h b/content/child/service_worker/web_service_worker_registration_impl.h |
index 52ee1029ddf10ce6c902d9cec95bc5686b899466..3feb71b40c56be9559c311b9e4672f46ba7593b7 100644 |
--- a/content/child/service_worker/web_service_worker_registration_impl.h |
+++ b/content/child/service_worker/web_service_worker_registration_impl.h |
@@ -8,6 +8,7 @@ |
#include <vector> |
#include "base/compiler_specific.h" |
+#include "content/common/content_export.h" |
#include "third_party/WebKit/public/platform/WebServiceWorkerRegistration.h" |
namespace blink { |
@@ -21,7 +22,7 @@ class ServiceWorkerRegistrationHandleReference; |
class ThreadSafeSender; |
struct ServiceWorkerObjectInfo; |
-class WebServiceWorkerRegistrationImpl |
+class CONTENT_EXPORT WebServiceWorkerRegistrationImpl |
: NON_EXPORTED_BASE(public blink::WebServiceWorkerRegistration) { |
public: |
explicit WebServiceWorkerRegistrationImpl( |