| 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 d809f89b8d24e2d0ca00c0f3c59994377feb32c9..d387c8c089786ef4f9500cda771bd28113060071 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);
|
|
|