| Index: chrome/browser/automation/automation_provider.cc
|
| ===================================================================
|
| --- chrome/browser/automation/automation_provider.cc (revision 68047)
|
| +++ chrome/browser/automation/automation_provider.cc (working copy)
|
| @@ -63,12 +63,11 @@
|
| #include "chrome/browser/importer/importer.h"
|
| #include "chrome/browser/importer/importer_data_types.h"
|
| #include "chrome/browser/io_thread.h"
|
| -#include "chrome/browser/login_prompt.h"
|
| #include "chrome/browser/net/url_request_mock_util.h"
|
| #include "chrome/browser/platform_util.h"
|
| #include "chrome/browser/prefs/pref_service.h"
|
| #include "chrome/browser/printing/print_job.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/ssl/ssl_manager.h"
|
| @@ -83,6 +82,7 @@
|
| #include "chrome/browser/ui/find_bar/find_bar.h"
|
| #include "chrome/browser/ui/find_bar/find_bar_controller.h"
|
| #include "chrome/browser/ui/find_bar/find_notification_details.h"
|
| +#include "chrome/browser/ui/login/login_prompt.h"
|
| #include "chrome/browser/ui/omnibox/location_bar.h"
|
| #include "chrome/common/automation_constants.h"
|
| #include "chrome/common/automation_messages.h"
|
|
|