Index: webkit/appcache/appcache_disk_cache.h |
diff --git a/webkit/appcache/appcache_disk_cache.h b/webkit/appcache/appcache_disk_cache.h |
index 27e8905454d6332bd94c03a9a5ae38fafc7986b2..529db976196cf932bf7f8c6dd76d3359c827e1af 100644 |
--- a/webkit/appcache/appcache_disk_cache.h |
+++ b/webkit/appcache/appcache_disk_cache.h |
@@ -10,14 +10,14 @@ |
#include "base/memory/scoped_ptr.h" |
#include "net/disk_cache/disk_cache.h" |
-#include "webkit/appcache/appcache_export.h" |
#include "webkit/appcache/appcache_response.h" |
+#include "webkit/storage/webkit_storage_export.h" |
namespace appcache { |
// An implementation of AppCacheDiskCacheInterface that |
// uses net::DiskCache as the backing store. |
-class APPCACHE_EXPORT AppCacheDiskCache |
+class WEBKIT_STORAGE_EXPORT AppCacheDiskCache |
: public AppCacheDiskCacheInterface { |
public: |
AppCacheDiskCache(); |