| Index: ipc/ipc_channel.h
|
| diff --git a/ipc/ipc_channel.h b/ipc/ipc_channel.h
|
| index ec87a7bbc4e59dae0b52228b6de0ae9867d59304..da87797f1b3d849d59f0a3f777a4a64bbb3b01ab 100644
|
| --- a/ipc/ipc_channel.h
|
| +++ b/ipc/ipc_channel.h
|
| @@ -18,7 +18,8 @@
|
| #include "ipc/ipc_message.h"
|
| #include "ipc/ipc_sender.h"
|
|
|
| -// TODO(brettw) remove this when the "typedef Sender" is removed below.
|
| +// TODO(brettw) remove this and update files that depend on this being included
|
| +// from here.
|
| #include "ipc/ipc_listener.h"
|
|
|
| namespace IPC {
|
| @@ -47,12 +48,6 @@ class IPC_EXPORT Channel : public Sender {
|
| friend class ChannelTest;
|
|
|
| public:
|
| - // IPC::Listener used to be IPC::Channel::Listener which prevented forward
|
| - // declarations. To keep existing code compiling, we provide this
|
| - // backwards-compatible definition. New code should use IPC::Listener.
|
| - // TODO(brettw) convert users of this and delete.
|
| - typedef IPC::Listener Listener;
|
| -
|
| // Flags to test modes
|
| enum ModeFlags {
|
| MODE_NO_FLAG = 0x0,
|
|
|