| Index: chrome/test/base/ui_test_utils.cc
|
| ===================================================================
|
| --- chrome/test/base/ui_test_utils.cc (revision 96793)
|
| +++ chrome/test/base/ui_test_utils.cc (working copy)
|
| @@ -20,8 +20,6 @@
|
| #include "chrome/browser/bookmarks/bookmark_model.h"
|
| #include "chrome/browser/browser_process.h"
|
| #include "chrome/browser/dom_operation_notification_details.h"
|
| -#include "chrome/browser/download/download_item.h"
|
| -#include "chrome/browser/download/download_manager.h"
|
| #include "chrome/browser/profiles/profile.h"
|
| #include "chrome/browser/tab_contents/thumbnail_generator.h"
|
| #include "chrome/browser/ui/browser.h"
|
| @@ -36,6 +34,8 @@
|
| #include "chrome/common/extensions/extension_action.h"
|
| #include "chrome/test/automation/javascript_execution_controller.h"
|
| #include "chrome/test/base/bookmark_load_observer.h"
|
| +#include "content/browser/download/download_item.h"
|
| +#include "content/browser/download/download_manager.h"
|
| #include "content/browser/renderer_host/render_process_host.h"
|
| #include "content/browser/renderer_host/render_view_host.h"
|
| #include "content/browser/tab_contents/navigation_controller.h"
|
|
|