Index: chrome/browser/renderer_host/resource_handler.h |
=================================================================== |
--- chrome/browser/renderer_host/resource_handler.h (revision 8565) |
+++ chrome/browser/renderer_host/resource_handler.h (working copy) |
@@ -49,7 +49,7 @@ |
// out-params. This call will be followed by either OnReadCompleted or |
// OnResponseCompleted, at which point the buffer may be recycled. |
virtual bool OnWillRead(int request_id, |
- char** buf, |
+ net::IOBuffer** buf, |
int* buf_size, |
int min_size) = 0; |