| Index: storage/browser/fileapi/quota/quota_reservation.h
|
| diff --git a/webkit/browser/fileapi/quota/quota_reservation.h b/storage/browser/fileapi/quota/quota_reservation.h
|
| similarity index 91%
|
| rename from webkit/browser/fileapi/quota/quota_reservation.h
|
| rename to storage/browser/fileapi/quota/quota_reservation.h
|
| index 9233a243b976d1dfc47ac4cfc30d8db3dd36d46f..074c5f9462b27722892a6cb43d6323e036213d8d 100644
|
| --- a/webkit/browser/fileapi/quota/quota_reservation.h
|
| +++ b/storage/browser/fileapi/quota/quota_reservation.h
|
| @@ -10,19 +10,19 @@
|
| #include "base/files/file_path.h"
|
| #include "base/memory/ref_counted.h"
|
| #include "base/memory/weak_ptr.h"
|
| -#include "webkit/browser/fileapi/quota/quota_reservation_manager.h"
|
| -#include "webkit/browser/webkit_storage_browser_export.h"
|
| -#include "webkit/common/fileapi/file_system_types.h"
|
| +#include "storage/browser/fileapi/quota/quota_reservation_manager.h"
|
| +#include "storage/common/storage_export.h"
|
| +#include "storage/common/fileapi/file_system_types.h"
|
|
|
| class GURL;
|
|
|
| -namespace fileapi {
|
| +namespace storage {
|
|
|
| class QuotaReservationBuffer;
|
| class OpenFileHandle;
|
|
|
| // Represents a unit of quota reservation.
|
| -class WEBKIT_STORAGE_BROWSER_EXPORT QuotaReservation
|
| +class STORAGE_EXPORT QuotaReservation
|
| : public base::RefCounted<QuotaReservation> {
|
| public:
|
| typedef base::Callback<void(base::File::Error error)> StatusCallback;
|
| @@ -90,6 +90,6 @@ class WEBKIT_STORAGE_BROWSER_EXPORT QuotaReservation
|
| DISALLOW_COPY_AND_ASSIGN(QuotaReservation);
|
| };
|
|
|
| -} // namespace fileapi
|
| +} // namespace storage
|
|
|
| #endif // WEBKIT_BROWSER_FILEAPI_QUOTA_QUOTA_RESERVATION_H_
|
|
|