summaryrefslogtreecommitdiffstats
path: root/webkit/fileapi/local_file_system_file_util.h
diff options
context:
space:
mode:
Diffstat (limited to 'webkit/fileapi/local_file_system_file_util.h')
-rw-r--r--webkit/fileapi/local_file_system_file_util.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/webkit/fileapi/local_file_system_file_util.h b/webkit/fileapi/local_file_system_file_util.h
index 428b157..3e5855a 100644
--- a/webkit/fileapi/local_file_system_file_util.h
+++ b/webkit/fileapi/local_file_system_file_util.h
@@ -51,7 +51,9 @@ class LocalFileSystemFileUtil : public FileSystemFileUtil {
virtual PlatformFileError GetFileInfo(
FileSystemOperationContext* context,
- const FilePath& file_, base::PlatformFileInfo* file_info);
+ const FilePath& file_,
+ base::PlatformFileInfo* file_info,
+ FilePath* platform_file);
virtual PlatformFileError ReadDirectory(
FileSystemOperationContext* context,