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

Unified Diff: ipc/ipc_channel_proxy.h

Issue 12086018: GTTF: Add missing virtual destructors. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: trybots 4 Created 7 years, 10 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 | « dbus/property.h ('k') | media/audio/audio_manager.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ipc/ipc_channel_proxy.h
diff --git a/ipc/ipc_channel_proxy.h b/ipc/ipc_channel_proxy.h
index e4cd83a4dd736390b510a85052c7375e0a56791c..8ea6734d418dd098bf46f7e4532a4d3606bfc9b5 100644
--- a/ipc/ipc_channel_proxy.h
+++ b/ipc/ipc_channel_proxy.h
@@ -113,6 +113,8 @@ class IPC_EXPORT ChannelProxy : public Sender, public base::NonThreadSafe {
// re-write the message. Used mainly for testing.
class OutgoingMessageFilter {
public:
+ virtual ~OutgoingMessageFilter() { }
+
// Returns a re-written message, freeing the original, or simply the
// original unchanged if no rewrite indicated.
virtual Message *Rewrite(Message *message) = 0;
« no previous file with comments | « dbus/property.h ('k') | media/audio/audio_manager.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698