| Index: net/url_request/url_request_simple_job.h
|
| ===================================================================
|
| --- net/url_request/url_request_simple_job.h (revision 8565)
|
| +++ net/url_request/url_request_simple_job.h (working copy)
|
| @@ -13,7 +13,7 @@
|
| URLRequestSimpleJob(URLRequest* request);
|
|
|
| virtual void Start();
|
| - virtual bool ReadRawData(char* buf, int buf_size, int *bytes_read);
|
| + virtual bool ReadRawData(net::IOBuffer* buf, int buf_size, int *bytes_read);
|
| virtual bool GetMimeType(std::string* mime_type);
|
| virtual bool GetCharset(std::string* charset);
|
|
|
|
|