Index: trunk/src/content/browser/download/save_file_resource_handler.h |
=================================================================== |
--- trunk/src/content/browser/download/save_file_resource_handler.h (revision 227593) |
+++ trunk/src/content/browser/download/save_file_resource_handler.h (working copy) |
@@ -48,7 +48,7 @@ |
// Creates a new buffer, which will be handed to the download thread for file |
// writing and deletion. |
virtual bool OnWillRead(int request_id, |
- scoped_refptr<net::IOBuffer>* buf, |
+ net::IOBuffer** buf, |
int* buf_size, |
int min_size) OVERRIDE; |