diff options
author | rsesek@chromium.org <rsesek@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-07-23 14:12:13 +0000 |
---|---|---|
committer | rsesek@chromium.org <rsesek@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-07-23 14:12:13 +0000 |
commit | 99855736ad3a38cd14ed5f122c9b00bd36c65f7a (patch) | |
tree | 84857afaff8c7015cee320bb2b757b44332113c6 /chromeos/process_proxy/process_proxy.cc | |
parent | d0b457712fcee7235d687433e691cb92d4c911c6 (diff) | |
download | chromium_src-99855736ad3a38cd14ed5f122c9b00bd36c65f7a.zip chromium_src-99855736ad3a38cd14ed5f122c9b00bd36c65f7a.tar.gz chromium_src-99855736ad3a38cd14ed5f122c9b00bd36c65f7a.tar.bz2 |
Update include paths in chromeos for base/process changes.
BUG=242290
R=zelidrag@chromium.org
Review URL: https://codereview.chromium.org/20000002
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@213098 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chromeos/process_proxy/process_proxy.cc')
-rw-r--r-- | chromeos/process_proxy/process_proxy.cc | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/chromeos/process_proxy/process_proxy.cc b/chromeos/process_proxy/process_proxy.cc index 990e736..c536bd8 100644 --- a/chromeos/process_proxy/process_proxy.cc +++ b/chromeos/process_proxy/process_proxy.cc @@ -11,9 +11,10 @@ #include "base/bind.h" #include "base/command_line.h" #include "base/file_util.h" -#include "base/posix/eintr_wrapper.h" -#include "base/process_util.h" #include "base/logging.h" +#include "base/posix/eintr_wrapper.h" +#include "base/process/kill.h" +#include "base/process/launch.h" #include "base/threading/thread.h" #include "chromeos/process_proxy/process_output_watcher.h" |