Index: webkit/browser/appcache/appcache_interceptor.h |
diff --git a/webkit/browser/appcache/appcache_interceptor.h b/webkit/browser/appcache/appcache_interceptor.h |
index e086fbb0ef0ed70a0d5832640c8830e7b49a9ccc..bfff0d02f2bffe5550874c26d75d44b455c81efd 100644 |
--- a/webkit/browser/appcache/appcache_interceptor.h |
+++ b/webkit/browser/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/browser/webkit_storage_browser_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 WEBKIT_STORAGE_EXPORT AppCacheInterceptor |
+class WEBKIT_STORAGE_BROWSER_EXPORT AppCacheInterceptor |
: public net::URLRequest::Interceptor { |
public: |
// Registers a singleton instance with the net library. |