| Index: webkit/browser/fileapi/quota/quota_backend_impl.h
|
| diff --git a/webkit/browser/fileapi/quota/quota_backend_impl.h b/webkit/browser/fileapi/quota/quota_backend_impl.h
|
| index 98c36a09209cc7c1403ae9d21547887f22527539..275b4839498a0f6bf35645f0d12ecc88ce8722ea 100644
|
| --- a/webkit/browser/fileapi/quota/quota_backend_impl.h
|
| +++ b/webkit/browser/fileapi/quota/quota_backend_impl.h
|
| @@ -9,7 +9,7 @@
|
| #include "base/memory/weak_ptr.h"
|
| #include "webkit/browser/fileapi/quota/quota_reservation_manager.h"
|
| #include "webkit/browser/fileapi/sandbox_file_system_backend_delegate.h"
|
| -#include "webkit/browser/webkit_storage_browser_export.h"
|
| +#include "webkit/browser/storage_export.h"
|
| #include "webkit/common/quota/quota_status_code.h"
|
|
|
| namespace base {
|
| @@ -30,7 +30,7 @@ class FileSystemUsageCache;
|
| class ObfuscatedFileUtil;
|
|
|
| // An instance of this class is owned by QuotaReservationManager.
|
| -class WEBKIT_STORAGE_BROWSER_EXPORT QuotaBackendImpl
|
| +class STORAGE_EXPORT QuotaBackendImpl
|
| : public QuotaReservationManager::QuotaBackend {
|
| public:
|
| typedef QuotaReservationManager::ReserveQuotaCallback
|
|
|