| Index: webkit/fileapi/file_system_quota.h
|
| diff --git a/webkit/fileapi/file_system_quota.h b/webkit/fileapi/file_system_quota.h
|
| index 80888ed1abd03618a15214a1ee96a23af340ce84..9b77c9b724c623595545de4f82b9bb0f82716aca 100644
|
| --- a/webkit/fileapi/file_system_quota.h
|
| +++ b/webkit/fileapi/file_system_quota.h
|
| @@ -16,9 +16,11 @@ namespace fileapi {
|
| // and just allows unlimited quota for apps.
|
| class FileSystemQuota {
|
| public:
|
| - FileSystemQuota() { }
|
| static const int64 kUnknownSize;
|
|
|
| + FileSystemQuota();
|
| + ~FileSystemQuota();
|
| +
|
| // Checks if the origin can grow its usage by |growth| bytes.
|
| // This only performs in-memory check and returns immediately.
|
| // For now it just returns false for any origins (regardless of the size)
|
|
|