| Index: webkit/browser/fileapi/quota/quota_reservation_manager.cc
|
| diff --git a/webkit/browser/fileapi/quota/quota_reservation_manager.cc b/webkit/browser/fileapi/quota/quota_reservation_manager.cc
|
| index efb54b2225b70f4e6b248420bf838ce0675bff22..6ab2c26ffdc472a477a7925cd94810656d78dcb7 100644
|
| --- a/webkit/browser/fileapi/quota/quota_reservation_manager.cc
|
| +++ b/webkit/browser/fileapi/quota/quota_reservation_manager.cc
|
| @@ -7,7 +7,7 @@
|
| #include "webkit/browser/fileapi/quota/quota_reservation.h"
|
| #include "webkit/browser/fileapi/quota/quota_reservation_buffer.h"
|
|
|
| -namespace fileapi {
|
| +namespace storage {
|
|
|
| QuotaReservationManager::QuotaReservationManager(
|
| scoped_ptr<QuotaBackend> backend)
|
| @@ -88,4 +88,4 @@ scoped_refptr<QuotaReservation> QuotaReservationManager::CreateReservation(
|
| return GetReservationBuffer(origin, type)->CreateReservation();;
|
| }
|
|
|
| -} // namespace fileapi
|
| +} // namespace storage
|
|
|