| Index: chrome/browser/automation/testing_automation_provider.cc
|
| diff --git a/chrome/browser/automation/testing_automation_provider.cc b/chrome/browser/automation/testing_automation_provider.cc
|
| index ea10c51ed2a127be6bd4750482eba84c97151011..55b25f9fed2e97b2e2c604c6105f612e3d642eec 100644
|
| --- a/chrome/browser/automation/testing_automation_provider.cc
|
| +++ b/chrome/browser/automation/testing_automation_provider.cc
|
| @@ -18,8 +18,8 @@
|
| #include "base/json/string_escape.h"
|
| #include "base/path_service.h"
|
| #include "base/prefs/pref_service.h"
|
| -#include "base/process.h"
|
| -#include "base/process_util.h"
|
| +#include "base/process/process.h"
|
| +#include "base/process/process_iterator.h"
|
| #include "base/sequenced_task_runner.h"
|
| #include "base/strings/stringprintf.h"
|
| #include "base/strings/utf_string_conversions.h"
|
|
|