| Index: chrome/browser/automation/automation_provider.cc
|
| diff --git a/chrome/browser/automation/automation_provider.cc b/chrome/browser/automation/automation_provider.cc
|
| index 502b4954d4e9faa2997c81fedad2690a75db552e..60ed6ef1c9d48f4bb0294e7533c1f68b2f73046c 100644
|
| --- a/chrome/browser/automation/automation_provider.cc
|
| +++ b/chrome/browser/automation/automation_provider.cc
|
| @@ -85,7 +85,6 @@
|
| #include "chrome/browser/tab_contents/tab_contents_view.h"
|
| #include "chrome/browser/translate/translate_infobar_delegate.h"
|
| #include "chrome/common/automation_constants.h"
|
| -#include "chrome/common/automation_messages.h"
|
| #include "chrome/common/chrome_constants.h"
|
| #include "chrome/common/chrome_paths.h"
|
| #include "chrome/common/chrome_switches.h"
|
| @@ -96,6 +95,7 @@
|
| #include "chrome/common/notification_service.h"
|
| #include "chrome/common/pref_names.h"
|
| #include "chrome/common/url_constants.h"
|
| +#include "chrome/test/automation/automation_messages.h"
|
| #include "chrome/test/automation/tab_proxy.h"
|
| #include "net/proxy/proxy_service.h"
|
| #include "net/proxy/proxy_config_service_fixed.h"
|
|
|