| Index: webkit/browser/appcache/appcache_backend_impl.h
|
| diff --git a/webkit/browser/appcache/appcache_backend_impl.h b/webkit/browser/appcache/appcache_backend_impl.h
|
| index 1b21883101a49cd04cbc63670acdd28eeee15dc8..2bdc5743312a3301f98c729694169fd55b27d8d5 100644
|
| --- a/webkit/browser/appcache/appcache_backend_impl.h
|
| +++ b/webkit/browser/appcache/appcache_backend_impl.h
|
| @@ -7,13 +7,13 @@
|
|
|
| #include "base/containers/hash_tables.h"
|
| #include "webkit/browser/appcache/appcache_host.h"
|
| -#include "webkit/storage/webkit_storage_export.h"
|
| +#include "webkit/browser/webkit_storage_browser_export.h"
|
|
|
| namespace appcache {
|
|
|
| class AppCacheService;
|
|
|
| -class WEBKIT_STORAGE_EXPORT AppCacheBackendImpl {
|
| +class WEBKIT_STORAGE_BROWSER_EXPORT AppCacheBackendImpl {
|
| public:
|
| AppCacheBackendImpl();
|
| ~AppCacheBackendImpl();
|
|
|