diff options
Diffstat (limited to 'webkit/fileapi/file_system_operation.h')
-rw-r--r-- | webkit/fileapi/file_system_operation.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/webkit/fileapi/file_system_operation.h b/webkit/fileapi/file_system_operation.h index 5b23194..21bdf40 100644 --- a/webkit/fileapi/file_system_operation.h +++ b/webkit/fileapi/file_system_operation.h @@ -64,7 +64,7 @@ class FileSystemOperation { typedef base::Callback< void(base::PlatformFileError result, const base::PlatformFileInfo& file_info, - const FilePath& platform_path)> GetMetadataCallback; + const base::FilePath& platform_path)> GetMetadataCallback; // Used for OpenFile(). |result| is the return code of the operation. typedef base::Callback< @@ -107,7 +107,7 @@ class FileSystemOperation { typedef base::Callback< void(base::PlatformFileError result, const base::PlatformFileInfo& file_info, - const FilePath& platform_path, + const base::FilePath& platform_path, const scoped_refptr<webkit_blob::ShareableFileReference>& file_ref)> SnapshotFileCallback; |