| Index: chrome/browser/ui/webui/downloads_dom_handler.cc
|
| ===================================================================
|
| --- chrome/browser/ui/webui/downloads_dom_handler.cc (revision 96793)
|
| +++ chrome/browser/ui/webui/downloads_dom_handler.cc (working copy)
|
| @@ -16,7 +16,6 @@
|
| #include "base/values.h"
|
| #include "chrome/browser/browser_process.h"
|
| #include "chrome/browser/download/download_history.h"
|
| -#include "chrome/browser/download/download_item.h"
|
| #include "chrome/browser/download/download_prefs.h"
|
| #include "chrome/browser/download/download_util.h"
|
| #include "chrome/browser/platform_util.h"
|
| @@ -27,6 +26,7 @@
|
| #include "chrome/common/jstemplate_builder.h"
|
| #include "chrome/common/url_constants.h"
|
| #include "content/browser/browser_thread.h"
|
| +#include "content/browser/download/download_item.h"
|
| #include "content/browser/tab_contents/tab_contents.h"
|
| #include "content/browser/user_metrics.h"
|
| #include "grit/generated_resources.h"
|
|
|