Index: webkit/dom_storage/dom_storage_context.h |
diff --git a/webkit/dom_storage/dom_storage_context.h b/webkit/dom_storage/dom_storage_context.h |
index d2b94d48f1b12f2e7bf4dfbff3ef301cf5fc8a24..05f663f2b2bb73e079f5b43c5d956afdb828c77a 100644 |
--- a/webkit/dom_storage/dom_storage_context.h |
+++ b/webkit/dom_storage/dom_storage_context.h |
@@ -17,6 +17,7 @@ |
#include "base/observer_list.h" |
#include "base/time.h" |
#include "googleurl/src/gurl.h" |
+#include "webkit/dom_storage/dom_storage_export.h" |
class FilePath; |
class NullableString16; |
@@ -56,10 +57,10 @@ class SessionStorageDatabase; |
// Classes intended to be used by an embedder are DomStorageContext, |
// DomStorageHost, and DomStorageSession. The other classes are for |
// internal consumption. |
-class DomStorageContext |
+class DOM_STORAGE_EXPORT DomStorageContext |
: public base::RefCountedThreadSafe<DomStorageContext> { |
public: |
- struct UsageInfo { |
+ struct DOM_STORAGE_EXPORT UsageInfo { |
GURL origin; |
size_t data_size; |
base::Time last_modified; |