Index: webkit/appcache/appcache_frontend_impl.h |
diff --git a/webkit/appcache/appcache_frontend_impl.h b/webkit/appcache/appcache_frontend_impl.h |
index 7c28eabcd7a61e5bb05032716c7352260ade89a9..0f20db4534e476d12f9981da1f69d811240d578b 100644 |
--- a/webkit/appcache/appcache_frontend_impl.h |
+++ b/webkit/appcache/appcache_frontend_impl.h |
@@ -7,12 +7,12 @@ |
#include <string> |
#include <vector> |
-#include "webkit/appcache/appcache_export.h" |
#include "webkit/appcache/appcache_interfaces.h" |
+#include "webkit/storage/webkit_storage_export.h" |
namespace appcache { |
-class APPCACHE_EXPORT AppCacheFrontendImpl : public AppCacheFrontend { |
+class WEBKIT_STORAGE_EXPORT AppCacheFrontendImpl : public AppCacheFrontend { |
public: |
virtual void OnCacheSelected( |
int host_id, const appcache::AppCacheInfo& info) OVERRIDE; |