| Index: webkit/fileapi/cross_operation_delegate.h
|
| diff --git a/webkit/fileapi/cross_operation_delegate.h b/webkit/fileapi/cross_operation_delegate.h
|
| index 1b169f77d83384627f84beb5b3993879bbcff538..3be003a0bbd796bfe4d9d50bd108821b5e2e11fb 100644
|
| --- a/webkit/fileapi/cross_operation_delegate.h
|
| +++ b/webkit/fileapi/cross_operation_delegate.h
|
| @@ -55,7 +55,7 @@ class CrossOperationDelegate
|
| const StatusCallback& callback,
|
| base::PlatformFileError error,
|
| const base::PlatformFileInfo& file_info,
|
| - const FilePath& platform_path,
|
| + const base::FilePath& platform_path,
|
| const scoped_refptr<webkit_blob::ShareableFileReference>& file_ref);
|
| void DidFinishCopy(
|
| const FileSystemURL& src,
|
|
|