Index: webkit/browser/dom_storage/session_storage_database.h |
diff --git a/webkit/browser/dom_storage/session_storage_database.h b/webkit/browser/dom_storage/session_storage_database.h |
index efdbfa964d5f69788462255c3315f266c8733ba8..c442504726d311b49d646d1012851cab5efedd13 100644 |
--- a/webkit/browser/dom_storage/session_storage_database.h |
+++ b/webkit/browser/dom_storage/session_storage_database.h |
@@ -13,8 +13,8 @@ |
#include "base/memory/scoped_ptr.h" |
#include "base/synchronization/lock.h" |
#include "third_party/leveldatabase/src/include/leveldb/status.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" |
class GURL; |
@@ -33,7 +33,7 @@ namespace dom_storage { |
// Only one thread is allowed to call the public functions other than |
// ReadAreaValues and ReadNamespacesAndOrigins. Other threads are allowed to |
// call ReadAreaValues and ReadNamespacesAndOrigins. |
-class WEBKIT_STORAGE_EXPORT SessionStorageDatabase : |
+class WEBKIT_STORAGE_BROWSER_EXPORT SessionStorageDatabase : |
public base::RefCountedThreadSafe<SessionStorageDatabase> { |
public: |
explicit SessionStorageDatabase(const base::FilePath& file_path); |