diff options
author | rsesek@chromium.org <rsesek@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-07-23 14:59:22 +0000 |
---|---|---|
committer | rsesek@chromium.org <rsesek@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-07-23 14:59:22 +0000 |
commit | 6a62229511adabc4228c994f685dd2980b2feabf (patch) | |
tree | cafc759426f979c6339373ed5533b9bab2d0769e /chrome_frame/chrome_frame_automation.cc | |
parent | c17c64f0d4fa8e4db97431efaf339f9ff61b5f1a (diff) | |
download | chromium_src-6a62229511adabc4228c994f685dd2980b2feabf.zip chromium_src-6a62229511adabc4228c994f685dd2980b2feabf.tar.gz chromium_src-6a62229511adabc4228c994f685dd2980b2feabf.tar.bz2 |
Update include paths in chrome_frame for base/process changes.
BUG=242290
R=robertshield@chromium.org
Review URL: https://codereview.chromium.org/19526005
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@213116 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome_frame/chrome_frame_automation.cc')
-rw-r--r-- | chrome_frame/chrome_frame_automation.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome_frame/chrome_frame_automation.cc b/chrome_frame/chrome_frame_automation.cc index 4735e64..bcf4f06 100644 --- a/chrome_frame/chrome_frame_automation.cc +++ b/chrome_frame/chrome_frame_automation.cc @@ -14,7 +14,7 @@ #include "base/lazy_instance.h" #include "base/logging.h" #include "base/path_service.h" -#include "base/process_util.h" +#include "base/process/launch.h" #include "base/strings/string_util.h" #include "base/strings/utf_string_conversions.h" #include "base/synchronization/lock.h" |