| Index: content/browser/service_worker/service_worker_context_wrapper.h
|
| diff --git a/content/browser/service_worker/service_worker_context_wrapper.h b/content/browser/service_worker/service_worker_context_wrapper.h
|
| index b48c32df72962dc65256fcab74e5f89f820cc029..1b9b6523907a51058e06f479e1b6da7312648909 100644
|
| --- a/content/browser/service_worker/service_worker_context_wrapper.h
|
| +++ b/content/browser/service_worker/service_worker_context_wrapper.h
|
| @@ -9,6 +9,7 @@
|
| #include "base/memory/ref_counted.h"
|
| #include "base/memory/scoped_ptr.h"
|
| #include "content/browser/service_worker/service_worker_context.h"
|
| +#include "content/common/content_export.h"
|
|
|
| namespace base {
|
| class FilePath;
|
| @@ -26,7 +27,7 @@ class ServiceWorkerContextCore;
|
| // classes keep references to this class on mutliple threads. The inner core
|
| // instance is strictly single threaded and is not refcounted, the core object
|
| // is what is used internally in the service worker lib.
|
| -class ServiceWorkerContextWrapper
|
| +class CONTENT_EXPORT ServiceWorkerContextWrapper
|
| : NON_EXPORTED_BASE(public ServiceWorkerContext),
|
| public base::RefCountedThreadSafe<ServiceWorkerContextWrapper> {
|
| public:
|
|
|