| 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 c1e35e036d525b9ba1369874adf86641737d2131..a071cc909389c9b31f60dbf31b6b36c834994635 100644
|
| --- a/webkit/fileapi/isolated_mount_point_provider.h
|
| +++ b/webkit/fileapi/isolated_mount_point_provider.h
|
| @@ -13,6 +13,7 @@
|
| namespace fileapi {
|
|
|
| class IsolatedContext;
|
| +class IsolatedFileUtil;
|
|
|
| class IsolatedMountPointProvider : public FileSystemMountPointProvider {
|
| public:
|
| @@ -60,7 +61,7 @@ class IsolatedMountPointProvider : public FileSystemMountPointProvider {
|
| IsolatedContext* isolated_context() const;
|
| FilePath GetPathFromURL(const GURL& url) const;
|
|
|
| - scoped_ptr<FileSystemFileUtil> isolated_file_util_;
|
| + scoped_ptr<IsolatedFileUtil> isolated_file_util_;
|
| };
|
|
|
| } // namespace fileapi
|
|
|