| Index: content/browser/in_process_webkit/indexed_db_context.h
|
| diff --git a/content/browser/in_process_webkit/indexed_db_context.h b/content/browser/in_process_webkit/indexed_db_context.h
|
| index 0e9d963aa1848591c7a46aa2f44663962b179e9e..fee13fd265cb6e35a2e0ae005fb25ffc79327adf 100644
|
| --- a/content/browser/in_process_webkit/indexed_db_context.h
|
| +++ b/content/browser/in_process_webkit/indexed_db_context.h
|
| @@ -16,6 +16,7 @@
|
| #include "base/memory/ref_counted.h"
|
| #include "base/memory/scoped_ptr.h"
|
| #include "content/browser/browser_thread.h"
|
| +#include "content/common/content_export.h"
|
| #include "googleurl/src/gurl.h"
|
|
|
| class GURL;
|
| @@ -35,7 +36,8 @@ class QuotaManagerProxy;
|
| class SpecialStoragePolicy;
|
| }
|
|
|
| -class IndexedDBContext : public base::RefCountedThreadSafe<IndexedDBContext> {
|
| +class CONTENT_EXPORT IndexedDBContext
|
| + : public base::RefCountedThreadSafe<IndexedDBContext> {
|
| public:
|
| IndexedDBContext(WebKitContext* webkit_context,
|
| quota::SpecialStoragePolicy* special_storage_policy,
|
|
|