summaryrefslogtreecommitdiffstats
path: root/webkit/appcache/appcache_interceptor.h
diff options
context:
space:
mode:
Diffstat (limited to 'webkit/appcache/appcache_interceptor.h')
-rw-r--r--webkit/appcache/appcache_interceptor.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/webkit/appcache/appcache_interceptor.h b/webkit/appcache/appcache_interceptor.h
index 1bbe121..29ad738 100644
--- a/webkit/appcache/appcache_interceptor.h
+++ b/webkit/appcache/appcache_interceptor.h
@@ -8,8 +8,8 @@
#include "base/memory/singleton.h"
#include "googleurl/src/gurl.h"
#include "net/url_request/url_request.h"
-#include "webkit/appcache/appcache_export.h"
#include "webkit/glue/resource_type.h"
+#include "webkit/storage/webkit_storage_export.h"
namespace appcache {
@@ -18,7 +18,7 @@ class AppCacheService;
// An interceptor to hijack requests and potentially service them out of
// the appcache.
-class APPCACHE_EXPORT AppCacheInterceptor
+class WEBKIT_STORAGE_EXPORT AppCacheInterceptor
: public net::URLRequest::Interceptor {
public:
// Registers a singleton instance with the net library.