Index: webkit/fileapi/obfuscated_file_system_file_util.h |
diff --git a/webkit/fileapi/obfuscated_file_system_file_util.h b/webkit/fileapi/obfuscated_file_system_file_util.h |
index fecc8981f4cbb78496f5f15fc28676358c6ea4b4..d19a11d8568974d188bb5497926a3d183df0f077 100644 |
--- a/webkit/fileapi/obfuscated_file_system_file_util.h |
+++ b/webkit/fileapi/obfuscated_file_system_file_util.h |
@@ -191,6 +191,13 @@ class ObfuscatedFileSystemFileUtil : public FileSystemFileUtil, |
typedef FileSystemDirectoryDatabase::FileId FileId; |
typedef FileSystemDirectoryDatabase::FileInfo FileInfo; |
+ base::PlatformFileError GetPlatformFileInfo( |
+ FileSystemOperationContext* context, |
+ FileId file_id, |
+ const FileInfo& local_info, |
+ base::PlatformFileInfo* file_info, |
+ FilePath* platform_file_path); |
+ |
// Creates a new file, both the underlying backing file and the entry in the |
// database. file_info is an in-out parameter. Supply the name and |
// parent_id; data_path is ignored. On success, data_path will |