Index: chrome/browser/download/download_file.h |
=================================================================== |
--- chrome/browser/download/download_file.h (revision 8565) |
+++ chrome/browser/download/download_file.h (working copy) |
@@ -52,6 +52,9 @@ |
#include "base/timer.h" |
#include "chrome/browser/history/download_types.h" |
+namespace net { |
+class IOBuffer; |
+} |
class DownloadManager; |
class FilePath; |
class GURL; |
@@ -70,7 +73,7 @@ |
struct DownloadBuffer { |
Lock lock; |
- typedef std::pair<char *, int> Contents; |
+ typedef std::pair<net::IOBuffer*, int> Contents; |
std::vector<Contents> contents; |
}; |