Index: remoting/protocol/input_stub.h |
diff --git a/remoting/protocol/input_stub.h b/remoting/protocol/input_stub.h |
index 201dda334b818ec55f58b555b19c7d2194f38578..c36ff07b5868dbb726ad098caed165145391f0af 100644 |
--- a/remoting/protocol/input_stub.h |
+++ b/remoting/protocol/input_stub.h |
@@ -22,8 +22,8 @@ class InputStub { |
InputStub() {} |
virtual ~InputStub() {} |
- virtual void InjectKeyEvent(const KeyEvent& event, Task* done) = 0; |
- virtual void InjectMouseEvent(const MouseEvent& event, Task* done) = 0; |
+ virtual void InjectKeyEvent(const KeyEvent* event, Task* done) = 0; |
+ virtual void InjectMouseEvent(const MouseEvent* event, Task* done) = 0; |
private: |
DISALLOW_COPY_AND_ASSIGN(InputStub); |