diff options
author | rsesek@chromium.org <rsesek@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-07-24 05:15:24 +0000 |
---|---|---|
committer | rsesek@chromium.org <rsesek@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-07-24 05:15:24 +0000 |
commit | e66ef60da5e4a989f1afdd9f469cef449e8346be (patch) | |
tree | 9d0e2592c314255fa6aea5e0ccec5833214a8bb4 /ipc/ipc_channel.h | |
parent | 1af13913e797918fe0e3995f619e3d5519cc22a0 (diff) | |
download | chromium_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.h | 2 |
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" |