| Index: webkit/fileapi/file_system_mount_point_provider.h
|
| diff --git a/webkit/fileapi/file_system_mount_point_provider.h b/webkit/fileapi/file_system_mount_point_provider.h
|
| index bb42649d68df7a4618d91f79a6c95bdf6e8a847e..1ca014c6797595789116fc4cd07d9fa519eb9799 100644
|
| --- a/webkit/fileapi/file_system_mount_point_provider.h
|
| +++ b/webkit/fileapi/file_system_mount_point_provider.h
|
| @@ -52,7 +52,7 @@ class FileSystemMountPointProvider {
|
| // permissions.
|
| virtual std::vector<FilePath> GetRootDirectories() const = 0;
|
|
|
| - virtual FileSystemFileUtil* GetFileSystemFileUtil() = 0;
|
| + virtual FileApiFileUtil* GetFileUtil() = 0;
|
| };
|
|
|
| // An interface to control external file system access permissions.
|
|
|