Index: remoting/host/session_controller.h |
diff --git a/remoting/host/session_controller.h b/remoting/host/session_controller.h |
index d4479afdbf2037d711af9b4410a97121a558eebc..aa23d91c63ef4e920cdc86af11905e9fe49aea34 100644 |
--- a/remoting/host/session_controller.h |
+++ b/remoting/host/session_controller.h |
@@ -6,7 +6,6 @@ |
#define REMOTING_HOST_SESSION_CONTROLLER_H_ |
#include "base/basictypes.h" |
-#include "remoting/host/mouse_move_observer.h" |
#include "third_party/skia/include/core/SkPoint.h" |
#include "third_party/skia/include/core/SkSize.h" |
@@ -16,10 +15,7 @@ class ScreenResolution; |
class SessionController { |
Sergey Ulanov
2013/03/20 06:31:06
This interface is used for two unrelated features
alexeypa (please no reviews)
2013/03/20 17:05:29
It is indeed used for two unrelated purposes yet I
|
public: |
- // TODO(alexeypa): remove MouseMoveObserver entirely and move |
- // OnLocalMouseMoved() method to SessionController::Delegate. |
- // See http://crbug.com/104544. |
- class Delegate : public MouseMoveObserver { |
+ class Delegate { |
public: |
virtual ~Delegate() {} |