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_test_base.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_test_base.h')
-rw-r--r-- | ipc/ipc_test_base.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ipc/ipc_test_base.h b/ipc/ipc_test_base.h index 2ce2d76..5bd3e96 100644 --- a/ipc/ipc_test_base.h +++ b/ipc/ipc_test_base.h @@ -9,7 +9,7 @@ #include "base/basictypes.h" #include "base/memory/scoped_ptr.h" -#include "base/process.h" +#include "base/process/process.h" #include "base/test/multiprocess_test.h" #include "ipc/ipc_channel.h" #include "ipc/ipc_channel_proxy.h" |