| Index: ipc/ipc_channel_posix_unittest.cc
|
| diff --git a/ipc/ipc_channel_posix_unittest.cc b/ipc/ipc_channel_posix_unittest.cc
|
| index 24fe2b0cefa78b277cc2e5b0f61d0cc83f5a82c1..834f0ea74487640e7a47f916fb384c08546ab456 100644
|
| --- a/ipc/ipc_channel_posix_unittest.cc
|
| +++ b/ipc/ipc_channel_posix_unittest.cc
|
| @@ -20,13 +20,14 @@
|
| #include "base/path_service.h"
|
| #include "base/test/multiprocess_test.h"
|
| #include "base/test/test_timeouts.h"
|
| +#include "ipc/ipc_listener.h"
|
| #include "testing/multiprocess_func_list.h"
|
|
|
| namespace {
|
|
|
| static const uint32 kQuitMessage = 47;
|
|
|
| -class IPCChannelPosixTestListener : public IPC::Channel::Listener {
|
| +class IPCChannelPosixTestListener : public IPC::Listener {
|
| public:
|
| enum STATUS {
|
| DISCONNECTED,
|
|
|