| Index: remoting/host/session_event_executor_win.h
|
| diff --git a/remoting/host/session_event_executor_win.h b/remoting/host/session_event_executor_win.h
|
| index e54c3f9cfab13ba65bef1abc9b6de3e50782b9ba..0778b56a9d3bc77cf17154408909c05169b0703b 100644
|
| --- a/remoting/host/session_event_executor_win.h
|
| +++ b/remoting/host/session_event_executor_win.h
|
| @@ -29,7 +29,7 @@ class ChannelProxy;
|
| namespace remoting {
|
|
|
| class SessionEventExecutorWin : public EventExecutor,
|
| - public IPC::Channel::Listener {
|
| + public IPC::Listener {
|
| public:
|
| SessionEventExecutorWin(MessageLoop* message_loop,
|
| base::MessageLoopProxy* io_message_loop,
|
| @@ -47,7 +47,7 @@ class SessionEventExecutorWin : public EventExecutor,
|
| virtual void InjectKeyEvent(const protocol::KeyEvent& event) OVERRIDE;
|
| virtual void InjectMouseEvent(const protocol::MouseEvent& event) OVERRIDE;
|
|
|
| - // IPC::Channel::Listener implementation.
|
| + // IPC::Listener implementation.
|
| virtual bool OnMessageReceived(const IPC::Message& message) OVERRIDE;
|
|
|
| private:
|
|
|