| Index: webkit/chromeos/fileapi/remote_file_stream_writer.cc
|
| diff --git a/webkit/chromeos/fileapi/remote_file_stream_writer.cc b/webkit/chromeos/fileapi/remote_file_stream_writer.cc
|
| index 6fcbd65377fb117a269b4e693105460226de6f31..d51df11abb23ffb1e63dc8ccdea002ddcde415fa 100644
|
| --- a/webkit/chromeos/fileapi/remote_file_stream_writer.cc
|
| +++ b/webkit/chromeos/fileapi/remote_file_stream_writer.cc
|
| @@ -56,7 +56,7 @@ void RemoteFileStreamWriter::OnFileOpened(
|
| int buf_len,
|
| const net::CompletionCallback& callback,
|
| base::PlatformFileError open_result,
|
| - const FilePath& local_path,
|
| + const base::FilePath& local_path,
|
| const scoped_refptr<webkit_blob::ShareableFileReference>& file_ref) {
|
| has_pending_create_snapshot_ = false;
|
| if (!pending_cancel_callback_.is_null()) {
|
|
|