| Index: chrome/browser/automation/automation_provider.cc
|
| diff --git a/chrome/browser/automation/automation_provider.cc b/chrome/browser/automation/automation_provider.cc
|
| index 9dfc06fc6d3f029f352b1d3e985f1612e8fe5d7d..1a61c5af78f33cebc8cae25441af974da0675343 100644
|
| --- a/chrome/browser/automation/automation_provider.cc
|
| +++ b/chrome/browser/automation/automation_provider.cc
|
| @@ -17,6 +17,7 @@
|
| #include "base/json/string_escape.h"
|
| #include "base/message_loop.h"
|
| #include "base/path_service.h"
|
| +#include "base/prefs/pref_service.h"
|
| #include "base/process_util.h"
|
| #include "base/stl_util.h"
|
| #include "base/string_number_conversions.h"
|
| @@ -40,7 +41,6 @@
|
| #include "chrome/browser/character_encoding.h"
|
| #include "chrome/browser/content_settings/host_content_settings_map.h"
|
| #include "chrome/browser/net/url_request_mock_util.h"
|
| -#include "chrome/browser/prefs/pref_service.h"
|
| #include "chrome/browser/printing/print_job.h"
|
| #include "chrome/browser/profiles/profile_manager.h"
|
| #include "chrome/browser/ssl/ssl_blocking_page.h"
|
|
|