summaryrefslogtreecommitdiffstats
path: root/ipc/ipc_channel.h
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_channel.h
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_channel.h')
-rw-r--r--ipc/ipc_channel.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ipc/ipc_channel.h b/ipc/ipc_channel.h
index 35ead53..f65a62b 100644
--- a/ipc/ipc_channel.h
+++ b/ipc/ipc_channel.h
@@ -12,7 +12,7 @@
#endif
#include "base/compiler_specific.h"
-#include "base/process.h"
+#include "base/process/process.h"
#include "ipc/ipc_channel_handle.h"
#include "ipc/ipc_message.h"
#include "ipc/ipc_sender.h"