diff options
author | viettrungluu@chromium.org <viettrungluu@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-01-15 22:13:00 +0000 |
---|---|---|
committer | viettrungluu@chromium.org <viettrungluu@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-01-15 22:13:00 +0000 |
commit | 4ddaa4facb7305125459de6dcb1943896b9309c8 (patch) | |
tree | e46db164a887ad65c76c1def912c1f60f1a984c4 /ipc/ipc_multiprocess_test.h | |
parent | fe63a0242611c7dd6caa1b7309e812d328a53c51 (diff) | |
download | chromium_src-4ddaa4facb7305125459de6dcb1943896b9309c8.zip chromium_src-4ddaa4facb7305125459de6dcb1943896b9309c8.tar.gz chromium_src-4ddaa4facb7305125459de6dcb1943896b9309c8.tar.bz2 |
More IPC test header cleanup.
Review URL: https://codereview.chromium.org/11858023
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@176983 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'ipc/ipc_multiprocess_test.h')
-rw-r--r-- | ipc/ipc_multiprocess_test.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ipc/ipc_multiprocess_test.h b/ipc/ipc_multiprocess_test.h index da920c1..3bf2ad8 100644 --- a/ipc/ipc_multiprocess_test.h +++ b/ipc/ipc_multiprocess_test.h @@ -5,7 +5,7 @@ #ifndef IPC_IPC_MULTIPROCESS_TEST_H_ #define IPC_IPC_MULTIPROCESS_TEST_H_ -#include "base/test/multiprocess_test.h" +#include "testing/multiprocess_func_list.h" // Use this macro when your sub-process is using an IPCChannel to communicate // with the test process. |