Index: webkit/dom_storage/dom_storage_map.h |
diff --git a/webkit/dom_storage/dom_storage_map.h b/webkit/dom_storage/dom_storage_map.h |
index 86d955be68fb565e0745ba83d44aafda98904582..e712be77d1902192322b2d17edae8fcf1727eabd 100644 |
--- a/webkit/dom_storage/dom_storage_map.h |
+++ b/webkit/dom_storage/dom_storage_map.h |
@@ -10,6 +10,7 @@ |
#include "base/memory/ref_counted.h" |
#include "base/nullable_string16.h" |
#include "base/string16.h" |
+#include "webkit/dom_storage/dom_storage_export.h" |
#include "webkit/dom_storage/dom_storage_types.h" |
namespace dom_storage { |
@@ -17,7 +18,7 @@ namespace dom_storage { |
// A wrapper around a std::map that adds refcounting and |
// tracks the size in bytes of the keys/values, enforcing a quota. |
// See class comments for DomStorageContext for a larger overview. |
-class DomStorageMap |
+class DOM_STORAGE_EXPORT DomStorageMap |
: public base::RefCountedThreadSafe<DomStorageMap> { |
public: |
explicit DomStorageMap(size_t quota); |