Index: webkit/browser/dom_storage/dom_storage_host.h |
diff --git a/webkit/browser/dom_storage/dom_storage_host.h b/webkit/browser/dom_storage/dom_storage_host.h |
index 7dd1eabcbc8e0f28f3716e649b5ea6a30e79a37e..0454c667de1d90a6679ed30e40d15ed68020caa1 100644 |
--- a/webkit/browser/dom_storage/dom_storage_host.h |
+++ b/webkit/browser/dom_storage/dom_storage_host.h |
@@ -10,8 +10,8 @@ |
#include "base/memory/ref_counted.h" |
#include "base/nullable_string16.h" |
#include "base/strings/string16.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; |
@@ -27,7 +27,7 @@ class DomStorageArea; |
// This class is single threaded, and performs blocking file reads/writes, |
// so it shouldn't be used on chrome's IO thread. |
// See class comments for DomStorageContext for a larger overview. |
-class WEBKIT_STORAGE_EXPORT DomStorageHost { |
+class WEBKIT_STORAGE_BROWSER_EXPORT DomStorageHost { |
public: |
explicit DomStorageHost(DomStorageContext* context); |
~DomStorageHost(); |