Index: webkit/browser/appcache/appcache_quota_client.h |
diff --git a/webkit/browser/appcache/appcache_quota_client.h b/webkit/browser/appcache/appcache_quota_client.h |
index 14b4329b360c8adec5f2253dd663538f8dc6a488..d2efb12ee677885f69779b697b37b882c7b3ae8b 100644 |
--- a/webkit/browser/appcache/appcache_quota_client.h |
+++ b/webkit/browser/appcache/appcache_quota_client.h |
@@ -16,8 +16,8 @@ |
#include "webkit/browser/appcache/appcache_storage.h" |
#include "webkit/browser/quota/quota_client.h" |
#include "webkit/browser/quota/quota_task.h" |
+#include "webkit/browser/webkit_storage_browser_export.h" |
#include "webkit/common/quota/quota_types.h" |
-#include "webkit/storage/webkit_storage_export.h" |
namespace appcache { |
@@ -56,7 +56,8 @@ class AppCacheQuotaClient : public quota::QuotaClient { |
friend class AppCacheStorageImpl; // for NotifyAppCacheIsReady |
friend class AppCacheQuotaClientTest; |
- WEBKIT_STORAGE_EXPORT explicit AppCacheQuotaClient(AppCacheService* service); |
+ WEBKIT_STORAGE_BROWSER_EXPORT |
+ explicit AppCacheQuotaClient(AppCacheService* service); |
void DidDeleteAppCachesForOrigin(int rv); |
void GetOriginsHelper(quota::StorageType type, |
@@ -68,8 +69,8 @@ class AppCacheQuotaClient : public quota::QuotaClient { |
net::CancelableCompletionCallback* GetServiceDeleteCallback(); |
// For use by appcache internals during initialization and shutdown. |
- WEBKIT_STORAGE_EXPORT void NotifyAppCacheReady(); |
- WEBKIT_STORAGE_EXPORT void NotifyAppCacheDestroyed(); |
+ WEBKIT_STORAGE_BROWSER_EXPORT void NotifyAppCacheReady(); |
+ WEBKIT_STORAGE_BROWSER_EXPORT void NotifyAppCacheDestroyed(); |
// Prior to appcache service being ready, we have to queue |
// up reqeusts and defer acting on them until we're ready. |