summaryrefslogtreecommitdiffstats
path: root/win8/delegate_execute/command_execute_impl.h
diff options
context:
space:
mode:
authorrsesek@chromium.org <rsesek@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-07-24 20:26:11 +0000
committerrsesek@chromium.org <rsesek@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-07-24 20:26:11 +0000
commitae9771fcc7dacbb3862c4c77ff2f8d24e715d8d0 (patch)
tree43405a956d5552e618893f880ea5b060f2f1ab43 /win8/delegate_execute/command_execute_impl.h
parentd104277eeb0c4e4829a298133a1d0390361399f7 (diff)
downloadchromium_src-ae9771fcc7dacbb3862c4c77ff2f8d24e715d8d0.zip
chromium_src-ae9771fcc7dacbb3862c4c77ff2f8d24e715d8d0.tar.gz
chromium_src-ae9771fcc7dacbb3862c4c77ff2f8d24e715d8d0.tar.bz2
Update include paths in win8 for base/process changes.
BUG=242290 TBR=mad@chromium.org Review URL: https://chromiumcodereview.appspot.com/19672020 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@213503 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'win8/delegate_execute/command_execute_impl.h')
-rw-r--r--win8/delegate_execute/command_execute_impl.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/win8/delegate_execute/command_execute_impl.h b/win8/delegate_execute/command_execute_impl.h
index b968b60..313f2dd 100644
--- a/win8/delegate_execute/command_execute_impl.h
+++ b/win8/delegate_execute/command_execute_impl.h
@@ -12,7 +12,7 @@
#include "base/command_line.h"
#include "base/files/file_path.h"
-#include "base/process_util.h"
+#include "base/process/process_handle.h"
#include "win8/delegate_execute/resource.h" // main symbols
using namespace ATL;