| Index: storage/browser/fileapi/quota/quota_reservation_buffer.h
|
| diff --git a/webkit/browser/fileapi/quota/quota_reservation_buffer.h b/storage/browser/fileapi/quota/quota_reservation_buffer.h
|
| similarity index 93%
|
| rename from webkit/browser/fileapi/quota/quota_reservation_buffer.h
|
| rename to storage/browser/fileapi/quota/quota_reservation_buffer.h
|
| index 0d87a99518a3cfc3fba8fa691507826eb1b2a143..fa08b92b74098e19ded3d0fee0b61bf66eb015c3 100644
|
| --- a/webkit/browser/fileapi/quota/quota_reservation_buffer.h
|
| +++ b/storage/browser/fileapi/quota/quota_reservation_buffer.h
|
| @@ -13,10 +13,10 @@
|
| #include "base/memory/ref_counted.h"
|
| #include "base/memory/weak_ptr.h"
|
| #include "url/gurl.h"
|
| -#include "webkit/browser/webkit_storage_browser_export.h"
|
| -#include "webkit/common/fileapi/file_system_types.h"
|
| +#include "storage/common/storage_export.h"
|
| +#include "storage/common/fileapi/file_system_types.h"
|
|
|
| -namespace fileapi {
|
| +namespace storage {
|
|
|
| class QuotaReservation;
|
| class OpenFileHandle;
|
| @@ -73,7 +73,7 @@ class QuotaReservationBuffer : public base::RefCounted<QuotaReservationBuffer> {
|
| base::WeakPtr<QuotaReservationManager> reservation_manager_;
|
|
|
| GURL origin_;
|
| - fileapi::FileSystemType type_;
|
| + storage::FileSystemType type_;
|
|
|
| int64 reserved_quota_;
|
|
|
| @@ -82,6 +82,6 @@ class QuotaReservationBuffer : public base::RefCounted<QuotaReservationBuffer> {
|
| DISALLOW_COPY_AND_ASSIGN(QuotaReservationBuffer);
|
| };
|
|
|
| -} // namespace fileapi
|
| +} // namespace storage
|
|
|
| #endif // WEBKIT_BROWSER_FILEAPI_QUOTA_QUOTA_RESERVATION_BUFFER_H_
|
|
|