Index: webkit/browser/fileapi/quota/quota_reservation.h |
diff --git a/webkit/browser/fileapi/quota/quota_reservation.h b/webkit/browser/fileapi/quota/quota_reservation.h |
index 9233a243b976d1dfc47ac4cfc30d8db3dd36d46f..be107d6bff856977ef951654bde1403cade332a7 100644 |
--- a/webkit/browser/fileapi/quota/quota_reservation.h |
+++ b/webkit/browser/fileapi/quota/quota_reservation.h |
@@ -16,7 +16,7 @@ |
class GURL; |
-namespace fileapi { |
+namespace storage { |
class QuotaReservationBuffer; |
class OpenFileHandle; |
@@ -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_ |