| Index: chrome/browser/download/download_history.cc
|
| ===================================================================
|
| --- chrome/browser/download/download_history.cc (revision 96793)
|
| +++ chrome/browser/download/download_history.cc (working copy)
|
| @@ -7,8 +7,8 @@
|
| #include "base/logging.h"
|
| #include "chrome/browser/history/download_history_info.h"
|
| #include "chrome/browser/history/history_marshaling.h"
|
| -#include "chrome/browser/download/download_item.h"
|
| #include "chrome/browser/profiles/profile.h"
|
| +#include "content/browser/download/download_item.h"
|
|
|
| // Our download table ID starts at 1, so we use 0 to represent a download that
|
| // has started, but has not yet had its data persisted in the table. We use fake
|
|
|