summaryrefslogtreecommitdiffstats
path: root/ipc/ipc_test_base.cc
diff options
context:
space:
mode:
authorrsesek@chromium.org <rsesek@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-07-24 05:15:24 +0000
committerrsesek@chromium.org <rsesek@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-07-24 05:15:24 +0000
commite66ef60da5e4a989f1afdd9f469cef449e8346be (patch)
tree9d0e2592c314255fa6aea5e0ccec5833214a8bb4 /ipc/ipc_test_base.cc
parent1af13913e797918fe0e3995f619e3d5519cc22a0 (diff)
downloadchromium_src-e66ef60da5e4a989f1afdd9f469cef449e8346be.zip
chromium_src-e66ef60da5e4a989f1afdd9f469cef449e8346be.tar.gz
chromium_src-e66ef60da5e4a989f1afdd9f469cef449e8346be.tar.bz2
Update include paths in ipc for base/process changes.
BUG=242290 R=cpu@chromium.org Review URL: https://chromiumcodereview.appspot.com/19525007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@213349 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'ipc/ipc_test_base.cc')
-rw-r--r--ipc/ipc_test_base.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/ipc/ipc_test_base.cc b/ipc/ipc_test_base.cc
index a8ee64f..5e16e42 100644
--- a/ipc/ipc_test_base.cc
+++ b/ipc/ipc_test_base.cc
@@ -8,6 +8,7 @@
#include "base/command_line.h"
#include "base/debug/debug_on_start_win.h"
+#include "base/process/kill.h"
#include "base/threading/thread.h"
#include "base/time/time.h"
#include "ipc/ipc_descriptors.h"