Index: webkit/appcache/view_appcache_internals_job.h |
diff --git a/webkit/appcache/view_appcache_internals_job.h b/webkit/appcache/view_appcache_internals_job.h |
index aad961fdd20422e57591a1e3c1120b7ae0dc0ad0..e51ada16de753199cfd63280ef25da9f1744d9c0 100644 |
--- a/webkit/appcache/view_appcache_internals_job.h |
+++ b/webkit/appcache/view_appcache_internals_job.h |
@@ -6,7 +6,7 @@ |
#define WEBKIT_APPCACHE_VIEW_APPCACHE_INTERNALS_JOB_H_ |
#include "base/basictypes.h" |
-#include "webkit/appcache/appcache_export.h" |
+#include "webkit/storage/webkit_storage_export.h" |
namespace net { |
class NetworkDelegate; |
@@ -18,7 +18,7 @@ namespace appcache { |
class AppCacheService; |
-class APPCACHE_EXPORT ViewAppCacheInternalsJobFactory { |
+class WEBKIT_STORAGE_EXPORT ViewAppCacheInternalsJobFactory { |
public: |
static net::URLRequestJob* CreateJobForRequest( |
net::URLRequest* request, |