Index: chrome/browser/download/save_page_browsertest.cc |
=================================================================== |
--- chrome/browser/download/save_page_browsertest.cc (revision 88946) |
+++ chrome/browser/download/save_page_browsertest.cc (working copy) |
@@ -7,7 +7,6 @@ |
#include "base/path_service.h" |
#include "base/scoped_temp_dir.h" |
#include "chrome/app/chrome_command_ids.h" |
-#include "chrome/browser/net/url_request_mock_http_job.h" |
#include "chrome/browser/ui/browser.h" |
#include "chrome/browser/ui/browser_window.h" |
#include "chrome/browser/ui/download/download_tab_helper.h" |
@@ -16,6 +15,7 @@ |
#include "chrome/common/url_constants.h" |
#include "chrome/test/in_process_browser_test.h" |
#include "chrome/test/ui_test_utils.h" |
+#include "content/browser/net/url_request_mock_http_job.h" |
#include "content/browser/tab_contents/tab_contents.h" |
#include "content/common/notification_service.h" |
#include "testing/gtest/include/gtest/gtest.h" |