diff options
Diffstat (limited to 'webkit/chromeos/fileapi/remote_file_stream_writer.cc')
-rw-r--r-- | webkit/chromeos/fileapi/remote_file_stream_writer.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/webkit/chromeos/fileapi/remote_file_stream_writer.cc b/webkit/chromeos/fileapi/remote_file_stream_writer.cc index 6fcbd65..d51df11 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()) { |