| Index: content/browser/worker_host/worker_storage_partition.h
|
| diff --git a/content/browser/worker_host/worker_storage_partition.h b/content/browser/worker_host/worker_storage_partition.h
|
| index 49c2deae248a86b337ee0e5856fbe3c08f69f80f..3fd0df1ed5407f33b5d08f8d05c87d15bdb4e9f1 100644
|
| --- a/content/browser/worker_host/worker_storage_partition.h
|
| +++ b/content/browser/worker_host/worker_storage_partition.h
|
| @@ -6,6 +6,7 @@
|
| #define CONTENT_BROWSER_WORKER_HOST_WORKER_STORAGE_PARTITION_H_
|
|
|
| #include "base/memory/ref_counted.h"
|
| +#include "content/common/content_export.h"
|
|
|
| namespace quota {
|
| class QuotaManager;
|
| @@ -39,7 +40,7 @@ class IndexedDBContextImpl;
|
| // This class is effectively a struct, but we make it a class because we want to
|
| // define copy constructors, assignment operators, and an Equals() function for
|
| // it which makes it look awkward as a struct.
|
| -class WorkerStoragePartition {
|
| +class CONTENT_EXPORT WorkerStoragePartition {
|
| public:
|
| WorkerStoragePartition(
|
| net::URLRequestContextGetter* url_request_context,
|
|
|