| Index: net/url_request/url_request_inet_job.h
|
| ===================================================================
|
| --- net/url_request/url_request_inet_job.h (revision 8565)
|
| +++ net/url_request/url_request_inet_job.h (working copy)
|
| @@ -29,7 +29,7 @@
|
| }
|
|
|
| virtual void Kill();
|
| - virtual bool ReadRawData(char* buf, int buf_size, int *bytes_read);
|
| + virtual bool ReadRawData(net::IOBuffer* buf, int buf_size, int *bytes_read);
|
|
|
| // URLRequestJob Authentication methods
|
| virtual void SetAuth(const std::wstring& username,
|
|
|