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