Index: webkit/database/database_util.h |
diff --git a/webkit/database/database_util.h b/webkit/database/database_util.h |
index cbc13da823b0540329b601294862be1738a1fa01..67296b37bebdf22cb8934569d9c78dbe695e5305 100644 |
--- a/webkit/database/database_util.h |
+++ b/webkit/database/database_util.h |
@@ -7,6 +7,7 @@ |
#include "base/string16.h" |
#include "googleurl/src/gurl.h" |
+#include "webkit/storage/webkit_storage_export.h" |
class FilePath; |
@@ -14,7 +15,7 @@ namespace webkit_database { |
class DatabaseTracker; |
-class DatabaseUtil { |
+class WEBKIT_STORAGE_EXPORT DatabaseUtil { |
public: |
static const char kJournalFileSuffix[]; |