| Index: webkit/fileapi/sandbox_mount_point_provider.h
|
| diff --git a/webkit/fileapi/sandbox_mount_point_provider.h b/webkit/fileapi/sandbox_mount_point_provider.h
|
| index 199185d704e2bfbd35fd2ec8ae6c3c0afea3551a..9f5a30e2a065cfc643bf1ca6d6a2d7045e528ee2 100644
|
| --- a/webkit/fileapi/sandbox_mount_point_provider.h
|
| +++ b/webkit/fileapi/sandbox_mount_point_provider.h
|
| @@ -145,6 +145,8 @@ class SandboxMountPointProvider
|
| const GURL& origin_url,
|
| FileSystemType type) OVERRIDE;
|
|
|
| + void ScheduleRecalculateUsage(const GURL& origin_url, FileSystemType type);
|
| +
|
| FileSystemQuotaUtil* quota_util() { return this; }
|
|
|
| private:
|
|
|