| Index: chrome/browser/process_info_snapshot_mac_unittest.cc
|
| diff --git a/chrome/browser/process_info_snapshot_mac_unittest.cc b/chrome/browser/process_info_snapshot_mac_unittest.cc
|
| index 980dc91828bf95cfda8d621f8dec4b93cf5506d6..c30a883ec7d45b34a12590e19c95d16b89c5e5e6 100644
|
| --- a/chrome/browser/process_info_snapshot_mac_unittest.cc
|
| +++ b/chrome/browser/process_info_snapshot_mac_unittest.cc
|
| @@ -13,8 +13,10 @@
|
| #include "base/files/file_path.h"
|
| #include "base/logging.h"
|
| #include "base/posix/eintr_wrapper.h"
|
| -#include "base/process_util.h"
|
| -
|
| +#include "base/process/kill.h"
|
| +#include "base/process/launch.h"
|
| +#include "base/process/process_handle.h"
|
| +#include "base/process/process_metrics.h"
|
| #include "testing/gtest/include/gtest/gtest.h"
|
|
|
| typedef testing::Test ProcessInfoSnapshotMacTest;
|
|
|