| Index: remoting/protocol/client_stub.h
|
| diff --git a/remoting/protocol/client_stub.h b/remoting/protocol/client_stub.h
|
| index 119132bc31a12219ae955787164c6cae9f756a72..ed4681d42c459e81648aa1ac2cad8181b96cd768 100644
|
| --- a/remoting/protocol/client_stub.h
|
| +++ b/remoting/protocol/client_stub.h
|
| @@ -12,11 +12,13 @@
|
|
|
| #include "base/basictypes.h"
|
| #include "remoting/protocol/clipboard_stub.h"
|
| +#include "remoting/protocol/cursor_shape_stub.h"
|
|
|
| namespace remoting {
|
| namespace protocol {
|
|
|
| -class ClientStub : public ClipboardStub {
|
| +class ClientStub : public ClipboardStub,
|
| + public CursorShapeStub {
|
| public:
|
| ClientStub() {}
|
| virtual ~ClientStub() {}
|
|
|