Index: chrome/browser/ui/webui/active_downloads_ui.cc |
=================================================================== |
--- chrome/browser/ui/webui/active_downloads_ui.cc (revision 96793) |
+++ chrome/browser/ui/webui/active_downloads_ui.cc (working copy) |
@@ -24,8 +24,6 @@ |
#include "chrome/browser/chromeos/cros/cros_library.h" |
#include "chrome/browser/chromeos/login/user_manager.h" |
#include "chrome/browser/chromeos/media/media_player.h" |
-#include "chrome/browser/download/download_item.h" |
-#include "chrome/browser/download/download_manager.h" |
#include "chrome/browser/download/download_util.h" |
#include "chrome/browser/profiles/profile.h" |
#include "chrome/browser/tabs/tab_strip_model.h" |
@@ -39,6 +37,8 @@ |
#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/download/download_manager.h" |
#include "content/browser/tab_contents/tab_contents.h" |
#include "content/common/url_fetcher.h" |
#include "grit/browser_resources.h" |