diff options
author | jeremy@chromium.org <jeremy@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2008-12-10 22:28:11 +0000 |
---|---|---|
committer | jeremy@chromium.org <jeremy@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2008-12-10 22:28:11 +0000 |
commit | 514411fcb4657f575eeb3e39a9056478a28306a0 (patch) | |
tree | be2bcacf0d4cffd91ceded1f4e03bc3d6ae3d6e6 /chrome/common/ipc_fuzzing_tests.cc | |
parent | f20b9e922a26e045af6bc7a5c3c46d78abb04aac (diff) | |
download | chromium_src-514411fcb4657f575eeb3e39a9056478a28306a0.zip chromium_src-514411fcb4657f575eeb3e39a9056478a28306a0.tar.gz chromium_src-514411fcb4657f575eeb3e39a9056478a28306a0.tar.bz2 |
Refactor IPC::Channel to have a common header.
Review URL: http://codereview.chromium.org/11024
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@6743 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/common/ipc_fuzzing_tests.cc')
-rw-r--r-- | chrome/common/ipc_fuzzing_tests.cc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/chrome/common/ipc_fuzzing_tests.cc b/chrome/common/ipc_fuzzing_tests.cc index cec05fb..0c729f8 100644 --- a/chrome/common/ipc_fuzzing_tests.cc +++ b/chrome/common/ipc_fuzzing_tests.cc @@ -7,13 +7,13 @@ #include <string> #include <sstream> -#include "chrome/common/ipc_tests.h" - +#include "base/message_loop.h" #include "base/platform_thread.h" #include "base/process_util.h" #include "chrome/common/ipc_channel.h" #include "chrome/common/ipc_channel_proxy.h" #include "chrome/common/ipc_message_utils.h" +#include "chrome/common/ipc_tests.h" #include "testing/gtest/include/gtest/gtest.h" #include "testing/multiprocess_func_list.h" |