| Index: chrome/browser/automation/automation_provider.cc
|
| diff --git a/chrome/browser/automation/automation_provider.cc b/chrome/browser/automation/automation_provider.cc
|
| index 55e222427d37865df57753f6539d4a566fccd09b..eb9f6dfb58dd8a91e70a1b9f277a5016fc577305 100644
|
| --- a/chrome/browser/automation/automation_provider.cc
|
| +++ b/chrome/browser/automation/automation_provider.cc
|
| @@ -40,7 +40,6 @@
|
| #include "chrome/browser/browsing_data_remover.h"
|
| #include "chrome/browser/character_encoding.h"
|
| #include "chrome/browser/content_settings/host_content_settings_map.h"
|
| -#include "chrome/browser/debugger/devtools_manager.h"
|
| #include "chrome/browser/dom_operation_notification_details.h"
|
| #include "chrome/browser/download/download_item.h"
|
| #include "chrome/browser/download/save_package.h"
|
| @@ -81,6 +80,7 @@
|
| #include "chrome/common/render_messages.h"
|
| #include "chrome/common/url_constants.h"
|
| #include "content/browser/browser_thread.h"
|
| +#include "content/browser/debugger/devtools_manager.h"
|
| #include "content/browser/renderer_host/render_process_host.h"
|
| #include "content/browser/renderer_host/render_view_host.h"
|
| #include "content/browser/ssl/ssl_manager.h"
|
|
|