| Index: ppapi/cpp/url_loader.h
|
| diff --git a/ppapi/cpp/url_loader.h b/ppapi/cpp/url_loader.h
|
| index 387d1dc2103103192430ce0490e173cfe2b17ced..6db80f965ce42954e5ec02683fe8c11dd9387fb5 100644
|
| --- a/ppapi/cpp/url_loader.h
|
| +++ b/ppapi/cpp/url_loader.h
|
| @@ -97,7 +97,7 @@ class URLLoader : public Resource {
|
| bool GetDownloadProgress(int64_t* bytes_received,
|
| int64_t* total_bytes_to_be_received) const;
|
| URLResponseInfo GetResponseInfo() const;
|
| - int32_t ReadResponseBody(char* buffer,
|
| + int32_t ReadResponseBody(void* buffer,
|
| int32_t bytes_to_read,
|
| const CompletionCallback& cc);
|
| int32_t FinishStreamingToFile(const CompletionCallback& cc);
|
|
|