Index: webkit/chromeos/fileapi/cros_mount_point_provider.h |
diff --git a/webkit/chromeos/fileapi/cros_mount_point_provider.h b/webkit/chromeos/fileapi/cros_mount_point_provider.h |
index 21422c8113d7e1755d66f92b9347401e9cfe36ef..a904e85058d6b75f90239f0136e4c02d48dd1d00 100644 |
--- a/webkit/chromeos/fileapi/cros_mount_point_provider.h |
+++ b/webkit/chromeos/fileapi/cros_mount_point_provider.h |
@@ -59,7 +59,8 @@ class CrosMountPointProvider |
fileapi::FileSystemType type, |
const FilePath& virtual_path) OVERRIDE; |
virtual bool IsRestrictedFileName(const FilePath& filename) const OVERRIDE; |
- virtual fileapi::FileSystemFileUtil* GetFileUtil() OVERRIDE; |
+ virtual fileapi::FileSystemFileUtil* GetFileUtil( |
+ fileapi::FileSystemType type) OVERRIDE; |
virtual FilePath GetPathForPermissionsCheck(const FilePath& virtual_path) |
const OVERRIDE; |
virtual fileapi::FileSystemOperationInterface* CreateFileSystemOperation( |