diff options
Diffstat (limited to 'chrome/common/ipc_test_sink.h')
-rw-r--r-- | chrome/common/ipc_test_sink.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/chrome/common/ipc_test_sink.h b/chrome/common/ipc_test_sink.h index 8fc621a..caf6276 100644 --- a/chrome/common/ipc_test_sink.h +++ b/chrome/common/ipc_test_sink.h @@ -11,10 +11,11 @@ #include "base/basictypes.h" #include "ipc/ipc_channel.h" -#include "ipc/ipc_message.h" namespace IPC { +class Message; + // This test sink provides a "sink" for IPC messages that are sent. It allows // the caller to query messages received in various different ways. It is // designed for tests for objects that use the IPC system. |