diff options
author | rsesek@chromium.org <rsesek@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-07-24 17:37:02 +0000 |
---|---|---|
committer | rsesek@chromium.org <rsesek@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-07-24 17:37:02 +0000 |
commit | d09a4ce1c1fdf474995682ca0d0e861ac685304f (patch) | |
tree | 2a6c81e4eae93559a944cb5e74e5c7f7860d1215 /chrome/browser/process_info_snapshot_mac_unittest.cc | |
parent | f390fe8a3dd54c630902db1ecc0dbead0e6fac2d (diff) | |
download | chromium_src-d09a4ce1c1fdf474995682ca0d0e861ac685304f.zip chromium_src-d09a4ce1c1fdf474995682ca0d0e861ac685304f.tar.gz chromium_src-d09a4ce1c1fdf474995682ca0d0e861ac685304f.tar.bz2 |
Update include paths in chrome/browser/ for base/process changes.
BUG=242290
R=thakis@chromium.org
Review URL: https://chromiumcodereview.appspot.com/19631004
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@213461 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/process_info_snapshot_mac_unittest.cc')
-rw-r--r-- | chrome/browser/process_info_snapshot_mac_unittest.cc | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/chrome/browser/process_info_snapshot_mac_unittest.cc b/chrome/browser/process_info_snapshot_mac_unittest.cc index 980dc91..c30a883 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; |