Index: webkit/appcache/appcache_backend_impl.h |
diff --git a/webkit/appcache/appcache_backend_impl.h b/webkit/appcache/appcache_backend_impl.h |
index 0f817914cf3e84ba8c9e4fafaf535612b9eb69ec..1731c640783e70e21e3332f3b7481d3674f6521d 100644 |
--- a/webkit/appcache/appcache_backend_impl.h |
+++ b/webkit/appcache/appcache_backend_impl.h |
@@ -6,14 +6,14 @@ |
#define WEBKIT_APPCACHE_APPCACHE_BACKEND_IMPL_H_ |
#include "base/hash_tables.h" |
-#include "webkit/appcache/appcache_export.h" |
#include "webkit/appcache/appcache_host.h" |
+#include "webkit/storage/webkit_storage_export.h" |
namespace appcache { |
class AppCacheService; |
-class APPCACHE_EXPORT AppCacheBackendImpl { |
+class WEBKIT_STORAGE_EXPORT AppCacheBackendImpl { |
public: |
AppCacheBackendImpl(); |
~AppCacheBackendImpl(); |