summaryrefslogtreecommitdiffstats
path: root/chrome_frame/chrome_frame_automation.cc
diff options
context:
space:
mode:
authorrsesek@chromium.org <rsesek@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-07-23 14:59:22 +0000
committerrsesek@chromium.org <rsesek@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-07-23 14:59:22 +0000
commit6a62229511adabc4228c994f685dd2980b2feabf (patch)
treecafc759426f979c6339373ed5533b9bab2d0769e /chrome_frame/chrome_frame_automation.cc
parentc17c64f0d4fa8e4db97431efaf339f9ff61b5f1a (diff)
downloadchromium_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.cc2
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"