| Index: webkit/chromeos/fileapi/remote_file_system_operation.h
|
| ===================================================================
|
| --- webkit/chromeos/fileapi/remote_file_system_operation.h (revision 171309)
|
| +++ webkit/chromeos/fileapi/remote_file_system_operation.h (working copy)
|
| @@ -52,7 +52,7 @@
|
| const StatusCallback& callback) OVERRIDE;
|
| virtual void Write(const net::URLRequestContext* url_request_context,
|
| const fileapi::FileSystemURL& url,
|
| - const GURL& blob_url,
|
| + scoped_ptr<webkit_blob::BlobDataHandle> blob_handle,
|
| int64 offset,
|
| const WriteCallback& callback) OVERRIDE;
|
| virtual void Truncate(const fileapi::FileSystemURL& url, int64 length,
|
|
|