diff options
author | nsylvain@chromium.org <nsylvain@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2008-12-02 03:51:25 +0000 |
---|---|---|
committer | nsylvain@chromium.org <nsylvain@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2008-12-02 03:51:25 +0000 |
commit | 78c3e681adfdb9c33a61150f471ba1749e5e7182 (patch) | |
tree | 0079888224cebc5e39a62f50c096fa84cc342bac /chrome/common/ipc_tests.h | |
parent | 2f5e746560e7e557d844863bcc40bd09476f5189 (diff) | |
download | chromium_src-78c3e681adfdb9c33a61150f471ba1749e5e7182.zip chromium_src-78c3e681adfdb9c33a61150f471ba1749e5e7182.tar.gz chromium_src-78c3e681adfdb9c33a61150f471ba1749e5e7182.tar.bz2 |
We have a bunch of new ui_tests failures. I want
to check if this change (6181) was the cause. I'm
reverting.
TBR:jeremy
Review URL: http://codereview.chromium.org/12856
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@6199 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/common/ipc_tests.h')
-rw-r--r-- | chrome/common/ipc_tests.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/chrome/common/ipc_tests.h b/chrome/common/ipc_tests.h index ceac51a..e4ef4ce 100644 --- a/chrome/common/ipc_tests.h +++ b/chrome/common/ipc_tests.h @@ -5,8 +5,6 @@ #ifndef CHROME_COMMON_IPC_TESTS_H__ #define CHROME_COMMON_IPC_TESTS_H__ -#include "base/process.h" - // This unit test uses 3 types of child processes, a regular pipe client, // a client reflector and a IPC server used for fuzzing tests. enum ChildType { @@ -22,7 +20,7 @@ extern const wchar_t kFuzzerChannel[]; // Spawns a child process and then runs the code for one of the 3 possible // child modes. -base::ProcessHandle SpawnChild(ChildType child_type); +HANDLE SpawnChild(ChildType child_type); // Runs the fuzzing server child mode. Returns true when the preset number // of messages have been received. |