diff options
Diffstat (limited to 'chrome/browser/download/download_file.h')
-rw-r--r-- | chrome/browser/download/download_file.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/download/download_file.h b/chrome/browser/download/download_file.h index 4fa3bfc..b94f9aa 100644 --- a/chrome/browser/download/download_file.h +++ b/chrome/browser/download/download_file.h @@ -10,9 +10,9 @@ #include "base/basictypes.h" #include "base/memory/ref_counted.h" -#include "chrome/browser/download/base_file.h" #include "chrome/browser/download/download_request_handle.h" #include "chrome/browser/download/download_types.h" +#include "content/browser/download/base_file.h" struct DownloadCreateInfo; class DownloadManager; |