| Index: webkit/fileapi/file_system_file_util.h
|
| ===================================================================
|
| --- webkit/fileapi/file_system_file_util.h (revision 79323)
|
| +++ webkit/fileapi/file_system_file_util.h (working copy)
|
| @@ -68,7 +68,9 @@
|
| // callback.
|
| virtual PlatformFileError GetFileInfo(
|
| FileSystemOperationContext* context,
|
| - const FilePath& file_, base::PlatformFileInfo* file_info);
|
| + const FilePath& file_,
|
| + base::PlatformFileInfo* file_info,
|
| + FilePath* platform_path);
|
|
|
| virtual PlatformFileError ReadDirectory(
|
| FileSystemOperationContext* context,
|
|
|