Index: webkit/renderer/appcache/web_application_cache_host_impl.h |
diff --git a/webkit/renderer/appcache/web_application_cache_host_impl.h b/webkit/renderer/appcache/web_application_cache_host_impl.h |
index 8abe7487071790d6dab9b28e248752b560f4d5f6..eb471af902eb5d748874c69f020e5d321ef3de62 100644 |
--- a/webkit/renderer/appcache/web_application_cache_host_impl.h |
+++ b/webkit/renderer/appcache/web_application_cache_host_impl.h |
@@ -12,7 +12,7 @@ |
#include "third_party/WebKit/public/platform/WebURLResponse.h" |
#include "third_party/WebKit/public/platform/WebVector.h" |
#include "webkit/common/appcache/appcache_interfaces.h" |
-#include "webkit/storage/webkit_storage_export.h" |
+#include "webkit/renderer/webkit_storage_renderer_export.h" |
namespace WebKit { |
class WebFrame; |
@@ -20,7 +20,7 @@ class WebFrame; |
namespace appcache { |
-class WEBKIT_STORAGE_EXPORT WebApplicationCacheHostImpl |
+class WEBKIT_STORAGE_RENDERER_EXPORT WebApplicationCacheHostImpl |
: NON_EXPORTED_BASE(public WebKit::WebApplicationCacheHost) { |
public: |
// Returns the host having given id or NULL if there is no such host. |