| Index: content/browser/service_worker/service_worker_dispatcher_host.h
|
| diff --git a/content/browser/service_worker/service_worker_dispatcher_host.h b/content/browser/service_worker/service_worker_dispatcher_host.h
|
| index 9414cf54822ff9fe117ff4c59690c66aa08d9604..449cb2c67e00024a760a690d1e00da30e9780826 100644
|
| --- a/content/browser/service_worker/service_worker_dispatcher_host.h
|
| +++ b/content/browser/service_worker/service_worker_dispatcher_host.h
|
| @@ -13,7 +13,7 @@ namespace content {
|
|
|
| class ServiceWorkerContext;
|
|
|
| -class ServiceWorkerDispatcherHost : public BrowserMessageFilter {
|
| +class CONTENT_EXPORT ServiceWorkerDispatcherHost : public BrowserMessageFilter {
|
| public:
|
| ServiceWorkerDispatcherHost(int render_process_id,
|
| ServiceWorkerContext* context);
|
|
|