Index: webkit/dom_storage/dom_storage_namespace.h |
diff --git a/webkit/dom_storage/dom_storage_namespace.h b/webkit/dom_storage/dom_storage_namespace.h |
index f1c0c076fbe48164be7d8dd74e27237ad78bb193..9a0c028a68b079d6a9ea22db965ddc2ca0e3abd2 100644 |
--- a/webkit/dom_storage/dom_storage_namespace.h |
+++ b/webkit/dom_storage/dom_storage_namespace.h |
@@ -10,6 +10,7 @@ |
#include "base/basictypes.h" |
#include "base/file_path.h" |
#include "base/memory/ref_counted.h" |
+#include "webkit/dom_storage/dom_storage_export.h" |
class GURL; |
@@ -21,7 +22,7 @@ class SessionStorageDatabase; |
// Container for the set of per-origin Areas. |
// See class comments for DomStorageContext for a larger overview. |
-class DomStorageNamespace |
+class DOM_STORAGE_EXPORT DomStorageNamespace |
: public base::RefCountedThreadSafe<DomStorageNamespace> { |
public: |
// Constructor for a LocalStorage namespace with id of 0 |