| 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 5fed7ecacec233460787e3333b193efa1131e18a..63c386f3a17b46a94441902d41218fdc39e63ad9 100644
|
| --- a/webkit/fileapi/sandbox_mount_point_provider.h
|
| +++ b/webkit/fileapi/sandbox_mount_point_provider.h
|
| @@ -99,6 +99,7 @@ class SandboxMountPointProvider
|
| const GURL& url,
|
| int64 offset,
|
| FileSystemContext* context) const OVERRIDE;
|
| + virtual FileSystemQuotaUtil* GetQuotaUtil() OVERRIDE;
|
|
|
| FilePath old_base_path() const;
|
| FilePath new_base_path() const;
|
| @@ -155,7 +156,6 @@ class SandboxMountPointProvider
|
| virtual void InvalidateUsageCache(const GURL& origin_url,
|
| FileSystemType type) OVERRIDE;
|
|
|
| - FileSystemQuotaUtil* quota_util() { return this; }
|
| void CollectOpenFileSystemMetrics(base::PlatformFileError error_code);
|
|
|
| private:
|
|
|