Chromium Code Reviews| Index: remoting/protocol/client_stub.h |
| diff --git a/remoting/protocol/client_stub.h b/remoting/protocol/client_stub.h |
| index f4e4fef224568e75c19a7574692c0871269b9e4e..1e00d3e25485e3e06f87ca37da7cd4b9ed9d05c1 100644 |
| --- a/remoting/protocol/client_stub.h |
| +++ b/remoting/protocol/client_stub.h |
| @@ -11,11 +11,12 @@ |
| #define REMOTING_PROTOCOL_CLIENT_STUB_H_ |
| #include "base/basictypes.h" |
| +#include "remoting/protocol/clipboard_stub.h" |
| namespace remoting { |
| namespace protocol { |
| -class ClientStub { |
| +class ClientStub : public ClipboardStub { |
|
Wez
2012/05/16 20:51:43
nit: We discussed composition vs inheritance; do y
simonmorris
2012/05/16 22:35:25
Maybe. I don't think that possibility needs to aff
|
| public: |
| ClientStub() {} |
| virtual ~ClientStub() {} |