diff options
Diffstat (limited to 'webkit/database/vfs_backend.h')
-rw-r--r-- | webkit/database/vfs_backend.h | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/webkit/database/vfs_backend.h b/webkit/database/vfs_backend.h index 97ce7e0..267ce90 100644 --- a/webkit/database/vfs_backend.h +++ b/webkit/database/vfs_backend.h @@ -18,14 +18,12 @@ class VfsBackend { static void OpenFile(const FilePath& file_path, int desired_flags, base::ProcessHandle handle, - base::PlatformFile* target_handle, - base::PlatformFile* target_dir_handle); + base::PlatformFile* target_handle); static void OpenTempFileInDirectory(const FilePath& dir_path, int desired_flags, base::ProcessHandle handle, - base::PlatformFile* target_handle, - base::PlatformFile* target_dir_handle); + base::PlatformFile* target_handle); static int DeleteFile(const FilePath& file_path, bool sync_dir); |