Index: webkit/appcache/web_application_cache_host_impl.h |
diff --git a/webkit/appcache/web_application_cache_host_impl.h b/webkit/appcache/web_application_cache_host_impl.h |
index 39e3b2a721a7e8f6857b7bece7113a9596376941..216594d43fd68fa3d97b090feb74e6c0aec92e96 100644 |
--- a/webkit/appcache/web_application_cache_host_impl.h |
+++ b/webkit/appcache/web_application_cache_host_impl.h |
@@ -8,11 +8,11 @@ |
#include <string> |
#include "googleurl/src/gurl.h" |
-#include "third_party/WebKit/Source/WebKit/chromium/public/WebApplicationCacheHostClient.h" |
#include "third_party/WebKit/Source/WebKit/chromium/public/platform/WebURLResponse.h" |
#include "third_party/WebKit/Source/WebKit/chromium/public/platform/WebVector.h" |
-#include "webkit/appcache/appcache_export.h" |
+#include "third_party/WebKit/Source/WebKit/chromium/public/WebApplicationCacheHostClient.h" |
#include "webkit/appcache/appcache_interfaces.h" |
+#include "webkit/storage/webkit_storage_export.h" |
namespace WebKit { |
class WebFrame; |
@@ -20,7 +20,7 @@ class WebFrame; |
namespace appcache { |
-class APPCACHE_EXPORT WebApplicationCacheHostImpl |
+class WEBKIT_STORAGE_EXPORT WebApplicationCacheHostImpl |
: NON_EXPORTED_BASE(public WebKit::WebApplicationCacheHost) { |
public: |
// Returns the host having given id or NULL if there is no such host. |