| Index: webkit/browser/fileapi/quota/quota_reservation_manager.h
|
| diff --git a/webkit/browser/fileapi/quota/quota_reservation_manager.h b/webkit/browser/fileapi/quota/quota_reservation_manager.h
|
| index 6dc66ec4345704ea0bf157783dae3dbf5a5d7d8d..2e19450d5c8d4f5e089b622f75a9ae7243e9a82d 100644
|
| --- a/webkit/browser/fileapi/quota/quota_reservation_manager.h
|
| +++ b/webkit/browser/fileapi/quota/quota_reservation_manager.h
|
| @@ -21,7 +21,7 @@ namespace content {
|
| class QuotaReservationManagerTest;
|
| }
|
|
|
| -namespace fileapi {
|
| +namespace storage {
|
|
|
| class QuotaReservation;
|
| class QuotaReservationBuffer;
|
| @@ -122,6 +122,6 @@ class WEBKIT_STORAGE_BROWSER_EXPORT QuotaReservationManager {
|
| DISALLOW_COPY_AND_ASSIGN(QuotaReservationManager);
|
| };
|
|
|
| -} // namespace fileapi
|
| +} // namespace storage
|
|
|
| #endif // WEBKIT_BROWSER_FILEAPI_QUOTA_QUOTA_RESERVATION_MANAGER_H_
|
|
|