Index: webkit/browser/dom_storage/dom_storage_database.h |
diff --git a/webkit/browser/dom_storage/dom_storage_database.h b/webkit/browser/dom_storage/dom_storage_database.h |
index c451e904ff8abab2f655dff262061dfd06d1cf99..1e3b658a22d0c18c610fb1dbb2285f70d2e712f9 100644 |
--- a/webkit/browser/dom_storage/dom_storage_database.h |
+++ b/webkit/browser/dom_storage/dom_storage_database.h |
@@ -13,14 +13,14 @@ |
#include "base/nullable_string16.h" |
#include "base/strings/string16.h" |
#include "sql/connection.h" |
+#include "webkit/browser/webkit_storage_browser_export.h" |
#include "webkit/common/dom_storage/dom_storage_types.h" |
-#include "webkit/storage/webkit_storage_export.h" |
namespace dom_storage { |
// Represents a SQLite based backing for DOM storage data. This |
// class is designed to be used on a single thread. |
-class WEBKIT_STORAGE_EXPORT DomStorageDatabase { |
+class WEBKIT_STORAGE_BROWSER_EXPORT DomStorageDatabase { |
public: |
static base::FilePath GetJournalFilePath(const base::FilePath& database_path); |