| Index: content/common/fileapi/webfilewriter_impl.cc
|
| ===================================================================
|
| --- content/common/fileapi/webfilewriter_impl.cc (revision 183651)
|
| +++ content/common/fileapi/webfilewriter_impl.cc (working copy)
|
| @@ -75,9 +75,9 @@
|
| }
|
|
|
| void WebFileWriterImpl::DoWrite(
|
| - const GURL& path, const GURL& blob_url, int64 offset) {
|
| + const GURL& path, const std::string& blob_uuid, int64 offset) {
|
| GetFileSystemDispatcher()->Write(
|
| - path, blob_url, offset, &request_id_,
|
| + path, blob_uuid, offset, &request_id_,
|
| new CallbackDispatcher(AsWeakPtr()));
|
| }
|
|
|
|
|