| Index: webkit/fileapi/file_system_quota.cc
|
| diff --git a/webkit/fileapi/file_system_quota.cc b/webkit/fileapi/file_system_quota.cc
|
| index eb69bebb1cb1478efe283ec54b382cf955f8d2e6..71330823387378427a5cdccf99dd8d07a6c84819 100644
|
| --- a/webkit/fileapi/file_system_quota.cc
|
| +++ b/webkit/fileapi/file_system_quota.cc
|
| @@ -13,6 +13,10 @@ namespace fileapi {
|
|
|
| const int64 FileSystemQuota::kUnknownSize = -1;
|
|
|
| +FileSystemQuota::FileSystemQuota() {}
|
| +
|
| +FileSystemQuota::~FileSystemQuota() {}
|
| +
|
| bool FileSystemQuota::CheckOriginQuota(const GURL& origin, int64) {
|
| return CheckIfOriginGrantedUnlimitedQuota(origin);
|
| }
|
|
|