Index: webkit/browser/appcache/appcache.h |
diff --git a/webkit/browser/appcache/appcache.h b/webkit/browser/appcache/appcache.h |
index 556a789d77a30b972df944b9ceb5a1cd98fbab13..71757ba0a22fb2fa47a329b19e71bb349a377d00 100644 |
--- a/webkit/browser/appcache/appcache.h |
+++ b/webkit/browser/appcache/appcache.h |
@@ -16,7 +16,7 @@ |
#include "webkit/browser/appcache/appcache_database.h" |
#include "webkit/browser/appcache/appcache_entry.h" |
#include "webkit/browser/appcache/manifest_parser.h" |
-#include "webkit/storage/webkit_storage_export.h" |
+#include "webkit/browser/webkit_storage_browser_export.h" |
namespace appcache { |
@@ -27,7 +27,8 @@ class AppCacheStorage; |
// 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 WEBKIT_STORAGE_EXPORT AppCache : public base::RefCounted<AppCache> { |
+class WEBKIT_STORAGE_BROWSER_EXPORT AppCache |
+ : public base::RefCounted<AppCache> { |
public: |
typedef std::map<GURL, AppCacheEntry> EntryMap; |
typedef std::set<AppCacheHost*> AppCacheHosts; |