Index: webkit/renderer/dom_storage/dom_storage_cached_area.h |
diff --git a/webkit/renderer/dom_storage/dom_storage_cached_area.h b/webkit/renderer/dom_storage/dom_storage_cached_area.h |
index 4cac9c4f1ca0e0d2fbe979bbff0778fa2021f113..d8620eefdcea94ceb3c2ae2329f46fa367360e61 100644 |
--- a/webkit/renderer/dom_storage/dom_storage_cached_area.h |
+++ b/webkit/renderer/dom_storage/dom_storage_cached_area.h |
@@ -11,7 +11,7 @@ |
#include "base/memory/weak_ptr.h" |
#include "base/nullable_string16.h" |
#include "googleurl/src/gurl.h" |
-#include "webkit/storage/webkit_storage_export.h" |
+#include "webkit/renderer/webkit_storage_renderer_export.h" |
namespace dom_storage { |
@@ -24,7 +24,7 @@ class DomStorageProxy; |
// first access and changes are written to the backend thru the |proxy|. |
// Mutations originating in other processes are applied to the cache via |
// the ApplyMutation method. |
-class WEBKIT_STORAGE_EXPORT DomStorageCachedArea : |
+class WEBKIT_STORAGE_RENDERER_EXPORT DomStorageCachedArea : |
public base::RefCounted<DomStorageCachedArea> { |
public: |
DomStorageCachedArea(int64 namespace_id, const GURL& origin, |