| Index: webkit/fileapi/isolated_mount_point_provider.h
|
| diff --git a/webkit/fileapi/isolated_mount_point_provider.h b/webkit/fileapi/isolated_mount_point_provider.h
|
| index d43daf4c72e315af04a72d57f7ec2b2e160133ba..f3e3f41a058c1b734f61b047a3afcad207d42e56 100644
|
| --- a/webkit/fileapi/isolated_mount_point_provider.h
|
| +++ b/webkit/fileapi/isolated_mount_point_provider.h
|
| @@ -50,6 +50,7 @@ class IsolatedMountPointProvider : public FileSystemMountPointProvider {
|
| const GURL& url,
|
| int64 offset,
|
| FileSystemContext* context) const OVERRIDE;
|
| + virtual FileSystemQuotaUtil* GetQuotaUtil() OVERRIDE;
|
|
|
| private:
|
| IsolatedContext* isolated_context() const;
|
|
|