| Index: webkit/chromeos/fileapi/remote_file_system_operation.cc
|
| diff --git a/webkit/chromeos/fileapi/remote_file_system_operation.cc b/webkit/chromeos/fileapi/remote_file_system_operation.cc
|
| index e3a551b448cff7124d60b484fa3821b0f9700563..29826078f070859b70420e67a4315ca4f7f672e8 100644
|
| --- a/webkit/chromeos/fileapi/remote_file_system_operation.cc
|
| +++ b/webkit/chromeos/fileapi/remote_file_system_operation.cc
|
| @@ -119,9 +119,8 @@ void RemoteFileSystemOperation::Write(
|
| path,
|
| offset))));
|
|
|
| - scoped_ptr<net::URLRequest> blob_request(
|
| - new net::URLRequest(blob_url, file_writer_delegate_.get()));
|
| - blob_request->set_context(url_request_context);
|
| + scoped_ptr<net::URLRequest> blob_request(new net::URLRequest(
|
| + blob_url, file_writer_delegate_.get(), url_request_context));
|
|
|
| file_writer_delegate_->Start(blob_request.Pass());
|
| }
|
|
|