Chromium Code Reviews| Index: net/url_request/url_request.cc |
| =================================================================== |
| --- net/url_request/url_request.cc (revision 8565) |
| +++ net/url_request/url_request.cc (working copy) |
| @@ -252,7 +252,7 @@ |
| // about being called recursively. |
| } |
| -bool URLRequest::Read(char* dest, int dest_size, int *bytes_read) { |
| +bool URLRequest::Read(net::IOBuffer* dest, int dest_size, int *bytes_read) { |
| DCHECK(job_); |
| DCHECK(bytes_read); |
| DCHECK(!job_->is_done()); |