Index: chrome/browser/automation/testing_automation_provider.cc |
=================================================================== |
--- chrome/browser/automation/testing_automation_provider.cc (revision 68047) |
+++ chrome/browser/automation/testing_automation_provider.cc (working copy) |
@@ -39,16 +39,15 @@ |
#include "chrome/browser/extensions/extension_host.h" |
#include "chrome/browser/extensions/extensions_service.h" |
#include "chrome/browser/history/top_sites.h" |
-#include "chrome/browser/login_prompt.h" |
#include "chrome/browser/notifications/balloon.h" |
#include "chrome/browser/notifications/balloon_collection.h" |
#include "chrome/browser/notifications/balloon_host.h" |
#include "chrome/browser/notifications/notification.h" |
#include "chrome/browser/notifications/notification_ui_manager.h" |
-#include "chrome/browser/profile.h" |
+#include "chrome/browser/profiles/profile.h" |
#include "chrome/browser/platform_util.h" |
#include "chrome/browser/prefs/pref_service.h" |
-#include "chrome/browser/profile_manager.h" |
+#include "chrome/browser/profiles/profile_manager.h" |
#include "chrome/browser/renderer_host/render_process_host.h" |
#include "chrome/browser/renderer_host/render_view_host.h" |
#include "chrome/browser/search_engines/keyword_editor_controller.h" |
@@ -61,6 +60,7 @@ |
#include "chrome/browser/ui/app_modal_dialogs/app_modal_dialog_queue.h" |
#include "chrome/browser/ui/app_modal_dialogs/native_app_modal_dialog.h" |
#include "chrome/browser/ui/find_bar/find_bar.h" |
+#include "chrome/browser/ui/login/login_prompt.h" |
#include "chrome/browser/ui/omnibox/location_bar.h" |
#include "chrome/browser/ui/tab_contents/tab_contents_wrapper.h" |
#include "chrome/common/chrome_constants.h" |