Index: ppapi/cpp/url_loader.cc |
diff --git a/ppapi/cpp/url_loader.cc b/ppapi/cpp/url_loader.cc |
index 81bcdfd149fc3bfad66be2e87e613dc2c08cc6d6..cf05f3c67ea8444840e806f632250bbc53285a25 100644 |
--- a/ppapi/cpp/url_loader.cc |
+++ b/ppapi/cpp/url_loader.cc |
@@ -88,7 +88,7 @@ URLResponseInfo URLLoader::GetResponseInfo() const { |
pp_resource())); |
} |
-int32_t URLLoader::ReadResponseBody(char* buffer, |
+int32_t URLLoader::ReadResponseBody(void* buffer, |
int32_t bytes_to_read, |
const CompletionCallback& cc) { |
if (!has_interface<PPB_URLLoader>()) |