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

Unified Diff: remoting/protocol/rtp_reader.h

Issue 7064033: Virtual destructors should have virtual keyword. (Closed) Base URL: http://git.chromium.org/git/chromium.git@trunk
Patch Set: Created 9 years, 7 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
« no previous file with comments | « remoting/protocol/jingle_session_manager.h ('k') | skia/ext/vector_platform_device_skia.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/protocol/rtp_reader.h
diff --git a/remoting/protocol/rtp_reader.h b/remoting/protocol/rtp_reader.h
index c2097b9f376d4fb82ab061cd2de81bd94cfc8d27..d932d481c1eb3d10e92661f795fb1f0766602db6 100644
--- a/remoting/protocol/rtp_reader.h
+++ b/remoting/protocol/rtp_reader.h
@@ -48,7 +48,7 @@ class RtpPacket {
class RtpReader : public SocketReaderBase {
public:
RtpReader();
- ~RtpReader();
+ virtual ~RtpReader();
// The OnMessageCallback is called whenever a new message is received.
// Ownership of the message is passed the callback.
« no previous file with comments | « remoting/protocol/jingle_session_manager.h ('k') | skia/ext/vector_platform_device_skia.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698