diff options
Diffstat (limited to 'webkit/browser/fileapi/quota/quota_reservation_manager.h')
-rw-r--r-- | webkit/browser/fileapi/quota/quota_reservation_manager.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/webkit/browser/fileapi/quota/quota_reservation_manager.h b/webkit/browser/fileapi/quota/quota_reservation_manager.h index 6dc66ec..2e19450 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_ |