From e66ef60da5e4a989f1afdd9f469cef449e8346be Mon Sep 17 00:00:00 2001 From: "rsesek@chromium.org" Date: Wed, 24 Jul 2013 05:15:24 +0000 Subject: 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 --- ipc/ipc_channel_posix.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ipc/ipc_channel_posix.cc') diff --git a/ipc/ipc_channel_posix.cc b/ipc/ipc_channel_posix.cc index f685dc0..98a7cd8 100644 --- a/ipc/ipc_channel_posix.cc +++ b/ipc/ipc_channel_posix.cc @@ -29,7 +29,7 @@ #include "base/memory/singleton.h" #include "base/posix/eintr_wrapper.h" #include "base/posix/global_descriptors.h" -#include "base/process_util.h" +#include "base/process/process_handle.h" #include "base/rand_util.h" #include "base/stl_util.h" #include "base/strings/string_util.h" -- cgit v1.1