| Index: remoting/host/wts_session_process_launcher_win.h
|
| diff --git a/remoting/host/wts_session_process_launcher_win.h b/remoting/host/wts_session_process_launcher_win.h
|
| index cf6987446e684c783cc7fb7e5ef6ef7979fe7383..e0301f17966536c52f31557e361f8a6caa3b9c93 100644
|
| --- a/remoting/host/wts_session_process_launcher_win.h
|
| +++ b/remoting/host/wts_session_process_launcher_win.h
|
| @@ -40,7 +40,7 @@ class WtsConsoleMonitor;
|
|
|
| class WtsSessionProcessLauncher
|
| : public base::win::ObjectWatcher::Delegate,
|
| - public IPC::Channel::Listener,
|
| + public IPC::Listener,
|
| public WtsConsoleObserver {
|
| public:
|
| // Constructs a WtsSessionProcessLauncher object. |host_binary| is the name of
|
| @@ -58,7 +58,7 @@ class WtsSessionProcessLauncher
|
| // base::win::ObjectWatcher::Delegate implementation.
|
| virtual void OnObjectSignaled(HANDLE object) OVERRIDE;
|
|
|
| - // IPC::Channel::Listener implementation.
|
| + // IPC::Listener implementation.
|
| virtual bool OnMessageReceived(const IPC::Message& message) OVERRIDE;
|
|
|
| // WtsConsoleObserver implementation.
|
|
|