Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(106)

Unified Diff: remoting/protocol/protocol_test_client.cc

Issue 7087028: roll clang 131935:132017 (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 9 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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();

Powered by Google App Engine
This is Rietveld 408576698