| Index: webkit/fileapi/remote_file_system_proxy.h
|
| diff --git a/webkit/fileapi/remote_file_system_proxy.h b/webkit/fileapi/remote_file_system_proxy.h
|
| index e54a266372b48df4dd721b554ddbbdf6000531b1..2d3ba77fa915c4c99838f8317ea9ad4c8e7e172c 100644
|
| --- a/webkit/fileapi/remote_file_system_proxy.h
|
| +++ b/webkit/fileapi/remote_file_system_proxy.h
|
| @@ -13,7 +13,7 @@ namespace fileapi {
|
|
|
| typedef base::Callback<
|
| void(base::PlatformFileError result,
|
| - const FilePath& platform_path,
|
| + const base::FilePath& platform_path,
|
| const scoped_refptr<webkit_blob::ShareableFileReference>& file_ref)>
|
| WritableSnapshotFile;
|
|
|
|
|