| 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 2fea93095460ddb1a7ca8dee2fe1e7f67bfc1877..6dc66ec4345704ea0bf157783dae3dbf5a5d7d8d 100644
|
| --- a/webkit/browser/fileapi/quota/quota_reservation_manager.h
|
| +++ b/webkit/browser/fileapi/quota/quota_reservation_manager.h
|
| @@ -17,6 +17,10 @@
|
| #include "webkit/browser/webkit_storage_browser_export.h"
|
| #include "webkit/common/fileapi/file_system_types.h"
|
|
|
| +namespace content {
|
| +class QuotaReservationManagerTest;
|
| +}
|
| +
|
| namespace fileapi {
|
|
|
| class QuotaReservation;
|
| @@ -83,7 +87,7 @@ class WEBKIT_STORAGE_BROWSER_EXPORT QuotaReservationManager {
|
|
|
| friend class QuotaReservation;
|
| friend class QuotaReservationBuffer;
|
| - friend class QuotaReservationManagerTest;
|
| + friend class content::QuotaReservationManagerTest;
|
|
|
| void ReserveQuota(const GURL& origin,
|
| FileSystemType type,
|
|
|