| Index: webkit/fileapi/file_system_operation.h
|
| diff --git a/webkit/fileapi/file_system_operation.h b/webkit/fileapi/file_system_operation.h
|
| index 5b2319419b78aeb71f93b0db8b0d5e63efa39e34..21bdf40baf3d5b0b60832719a0a783d9b8dc43f7 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;
|
|
|
|
|