| Index: webkit/fileapi/file_system_file_util_proxy.h
|
| diff --git a/webkit/fileapi/file_system_file_util_proxy.h b/webkit/fileapi/file_system_file_util_proxy.h
|
| index 3c43e30bc43edf448ba6da59257cffc4acb3d7aa..c20b8b558f32e8a70f7f90b7b3412b28bde6afc2 100644
|
| --- a/webkit/fileapi/file_system_file_util_proxy.h
|
| +++ b/webkit/fileapi/file_system_file_util_proxy.h
|
| @@ -37,7 +37,7 @@ class FileSystemFileUtilProxy {
|
| typedef base::Callback<
|
| void(base::PlatformFileError result,
|
| const base::PlatformFileInfo& file_info,
|
| - const FilePath& platform_path,
|
| + const base::FilePath& platform_path,
|
| FileSystemFileUtil::SnapshotFilePolicy snapshot_policy)>
|
| SnapshotFileCallback;
|
|
|
| @@ -85,7 +85,7 @@ class FileSystemFileUtilProxy {
|
| static bool CopyInForeignFile(
|
| FileSystemOperationContext* context,
|
| FileSystemFileUtil* file_util,
|
| - const FilePath& src_local_disk_file_path,
|
| + const base::FilePath& src_local_disk_file_path,
|
| const FileSystemURL& dest_url,
|
| const StatusCallback& callback);
|
|
|
|
|