Index: webkit/appcache/appcache.h |
diff --git a/webkit/appcache/appcache.h b/webkit/appcache/appcache.h |
index b4905dcb9987452c242c7c8147cd4e0479ab0b6a..feafc0e75bfaae986a412df4331bc5af658b7217 100644 |
--- a/webkit/appcache/appcache.h |
+++ b/webkit/appcache/appcache.h |
@@ -15,8 +15,8 @@ |
#include "googleurl/src/gurl.h" |
#include "webkit/appcache/appcache_database.h" |
#include "webkit/appcache/appcache_entry.h" |
-#include "webkit/appcache/appcache_export.h" |
#include "webkit/appcache/manifest_parser.h" |
+#include "webkit/storage/webkit_storage_export.h" |
namespace appcache { |
@@ -27,7 +27,7 @@ class AppCacheService; |
// Set of cached resources for an application. A cache exists as long as a |
// host is associated with it, the cache is in an appcache group or the |
// cache is being created during an appcache upate. |
-class APPCACHE_EXPORT AppCache : public base::RefCounted<AppCache> { |
+class WEBKIT_STORAGE_EXPORT AppCache : public base::RefCounted<AppCache> { |
public: |
typedef std::map<GURL, AppCacheEntry> EntryMap; |
typedef std::set<AppCacheHost*> AppCacheHosts; |