Index: webkit/appcache/appcache_working_set.h |
diff --git a/webkit/appcache/appcache_working_set.h b/webkit/appcache/appcache_working_set.h |
index 638b562a3c38793811736ca29157b4285fb997b7..dcb2716bde31d7c73d2bae4cec50cab62ef8fd9e 100644 |
--- a/webkit/appcache/appcache_working_set.h |
+++ b/webkit/appcache/appcache_working_set.h |
@@ -9,7 +9,7 @@ |
#include "base/hash_tables.h" |
#include "googleurl/src/gurl.h" |
-#include "webkit/appcache/appcache_export.h" |
+#include "webkit/storage/webkit_storage_export.h" |
namespace appcache { |
@@ -19,7 +19,7 @@ class AppCacheResponseInfo; |
// Represents the working set of appcache object instances |
// currently in memory. |
-class APPCACHE_EXPORT AppCacheWorkingSet { |
+class WEBKIT_STORAGE_EXPORT AppCacheWorkingSet { |
public: |
typedef std::map<GURL, AppCacheGroup*> GroupMap; |