Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(482)

Unified Diff: remoting/host/session_event_executor_win.h

Issue 10698057: Remove Message::Sender and Channel::Listener typedefs. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « ipc/sync_socket_unittest.cc ('k') | remoting/host/wts_session_process_launcher_win.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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:
« no previous file with comments | « ipc/sync_socket_unittest.cc ('k') | remoting/host/wts_session_process_launcher_win.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698