| Index: webkit/browser/appcache/appcache_storage.h
|
| diff --git a/webkit/browser/appcache/appcache_storage.h b/webkit/browser/appcache/appcache_storage.h
|
| index eb4df25a511f5bf20b54d7b7caaab729cc685e6f..5917a418e24d7bcb2fc12e0858928d563f236624 100644
|
| --- a/webkit/browser/appcache/appcache_storage.h
|
| +++ b/webkit/browser/appcache/appcache_storage.h
|
| @@ -15,7 +15,7 @@
|
| #include "base/memory/scoped_ptr.h"
|
| #include "net/base/completion_callback.h"
|
| #include "webkit/browser/appcache/appcache_working_set.h"
|
| -#include "webkit/storage/webkit_storage_export.h"
|
| +#include "webkit/browser/webkit_storage_browser_export.h"
|
|
|
| class GURL;
|
|
|
| @@ -30,11 +30,11 @@ class AppCacheService;
|
| struct AppCacheInfoCollection;
|
| struct HttpResponseInfoIOBuffer;
|
|
|
| -class WEBKIT_STORAGE_EXPORT AppCacheStorage {
|
| +class WEBKIT_STORAGE_BROWSER_EXPORT AppCacheStorage {
|
| public:
|
| typedef std::map<GURL, int64> UsageMap;
|
|
|
| - class WEBKIT_STORAGE_EXPORT Delegate {
|
| + class WEBKIT_STORAGE_BROWSER_EXPORT Delegate {
|
| public:
|
| // If retrieval fails, 'collection' will be NULL.
|
| virtual void OnAllInfo(AppCacheInfoCollection* collection) {}
|
| @@ -319,4 +319,3 @@ class WEBKIT_STORAGE_EXPORT AppCacheStorage {
|
| } // namespace appcache
|
|
|
| #endif // WEBKIT_BROWSER_APPCACHE_APPCACHE_STORAGE_H_
|
| -
|
|
|