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..19b0b6fe07749790ffaf433126bd122f592fc7ed 100644 |
--- a/webkit/fileapi/obfuscated_file_system_file_util.h |
+++ b/webkit/fileapi/obfuscated_file_system_file_util.h |
@@ -191,6 +191,14 @@ class ObfuscatedFileSystemFileUtil : public FileSystemFileUtil, |
typedef FileSystemDirectoryDatabase::FileId FileId; |
typedef FileSystemDirectoryDatabase::FileInfo FileInfo; |
+ base::PlatformFileError GetFileInfoInternal( |
+ FileSystemDirectoryDatabase* db, |
+ FileSystemOperationContext* context, |
+ FileId file_id, |
+ 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 |