| Index: webkit/fileapi/local_file_system_file_util.h
|
| diff --git a/webkit/fileapi/local_file_system_file_util.h b/webkit/fileapi/local_file_system_file_util.h
|
| index 75dc1a40b895967d2094d64333324bdb40de9820..a7af395246d65f8491c86cfb6434e2e55adf3aa4 100644
|
| --- a/webkit/fileapi/local_file_system_file_util.h
|
| +++ b/webkit/fileapi/local_file_system_file_util.h
|
| @@ -77,6 +77,11 @@ class LocalFileSystemFileUtil : public FileSystemFileUtil {
|
| const FilePath& dest_file_path,
|
| bool copy);
|
|
|
| + virtual PlatformFileError CopyInForeignFile(
|
| + FileSystemOperationContext* context,
|
| + const FilePath& src_file_path,
|
| + const FilePath& dest_file_path);
|
| +
|
| virtual PlatformFileError DeleteFile(
|
| FileSystemOperationContext* context,
|
| const FilePath& file_path);
|
|
|