| Index: remoting/protocol/protocol_test_client.cc
|
| diff --git a/remoting/protocol/protocol_test_client.cc b/remoting/protocol/protocol_test_client.cc
|
| index d1a6f7e31e3f0f1397d096b8bc3f64b51dff9c6b..89d151cc75b8426c45d3132512eadfa50de536de 100644
|
| --- a/remoting/protocol/protocol_test_client.cc
|
| +++ b/remoting/protocol/protocol_test_client.cc
|
| @@ -52,6 +52,8 @@ class ProtocolTestConnection
|
| closed_event_(true, false) {
|
| }
|
|
|
| + virtual ~ProtocolTestConnection() {}
|
| +
|
| void Init(Session* session);
|
| void Write(const std::string& str);
|
| void Read();
|
|
|