Index: chrome/browser/download/save_page_browsertest.cc |
=================================================================== |
--- chrome/browser/download/save_page_browsertest.cc (revision 96793) |
+++ chrome/browser/download/save_page_browsertest.cc (working copy) |
@@ -8,8 +8,6 @@ |
#include "base/scoped_temp_dir.h" |
#include "chrome/app/chrome_command_ids.h" |
#include "chrome/browser/download/download_history.h" |
-#include "chrome/browser/download/download_item.h" |
-#include "chrome/browser/download/download_manager.h" |
#include "chrome/browser/history/download_history_info.h" |
#include "chrome/browser/profiles/profile.h" |
#include "chrome/browser/ui/browser.h" |
@@ -19,6 +17,8 @@ |
#include "chrome/common/url_constants.h" |
#include "chrome/test/base/in_process_browser_test.h" |
#include "chrome/test/base/ui_test_utils.h" |
+#include "content/browser/download/download_item.h" |
+#include "content/browser/download/download_manager.h" |
#include "content/browser/net/url_request_mock_http_job.h" |
#include "content/browser/tab_contents/tab_contents.h" |
#include "content/common/content_notification_types.h" |