diff options
Diffstat (limited to 'chrome/browser/download/download_file.h')
-rw-r--r-- | chrome/browser/download/download_file.h | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/chrome/browser/download/download_file.h b/chrome/browser/download/download_file.h index 0b3bc31..9706d4a 100644 --- a/chrome/browser/download/download_file.h +++ b/chrome/browser/download/download_file.h @@ -41,24 +41,23 @@ #ifndef CHROME_BROWSER_DOWNLOAD_DOWNLOAD_FILE_H_ #define CHROME_BROWSER_DOWNLOAD_DOWNLOAD_FILE_H_ -#include <string> +#include <map> #include <vector> #include "base/basictypes.h" +#include "base/file_path.h" #include "base/gfx/native_widget_types.h" #include "base/hash_tables.h" #include "base/lock.h" #include "base/ref_counted.h" -#include "base/thread.h" #include "base/timer.h" -#include "chrome/browser/history/download_types.h" +#include "googleurl/src/gurl.h" namespace net { class IOBuffer; } +struct DownloadCreateInfo; class DownloadManager; -class FilePath; -class GURL; class MessageLoop; class ResourceDispatcherHost; class URLRequestContext; |