diff options
Diffstat (limited to 'webkit/appcache/appcache_backend_impl.h')
-rw-r--r-- | webkit/appcache/appcache_backend_impl.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/webkit/appcache/appcache_backend_impl.h b/webkit/appcache/appcache_backend_impl.h index 0f81791..1731c64 100644 --- a/webkit/appcache/appcache_backend_impl.h +++ b/webkit/appcache/appcache_backend_impl.h @@ -6,14 +6,14 @@ #define WEBKIT_APPCACHE_APPCACHE_BACKEND_IMPL_H_ #include "base/hash_tables.h" -#include "webkit/appcache/appcache_export.h" #include "webkit/appcache/appcache_host.h" +#include "webkit/storage/webkit_storage_export.h" namespace appcache { class AppCacheService; -class APPCACHE_EXPORT AppCacheBackendImpl { +class WEBKIT_STORAGE_EXPORT AppCacheBackendImpl { public: AppCacheBackendImpl(); ~AppCacheBackendImpl(); |