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..55161c39f1d10fd027f48a2333f78cc82238a4bc 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 FileSystemFileUtil* GetFileUtil() = 0; |
}; |
// An interface to control external file system access permissions. |