diff options
Diffstat (limited to 'webkit/appcache/appcache.h')
-rw-r--r-- | webkit/appcache/appcache.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/webkit/appcache/appcache.h b/webkit/appcache/appcache.h index b4905dc..feafc0e 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; |