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

Unified Diff: content/plugin/webplugin_delegate_stub.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 | « content/plugin/plugin_thread.h ('k') | content/plugin/webplugin_proxy.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/plugin/webplugin_delegate_stub.h
diff --git a/content/plugin/webplugin_delegate_stub.h b/content/plugin/webplugin_delegate_stub.h
index b602a049eecb2973a54fb37f5a6bd79eb87a9199..629da0aefc48a4e879f1941777e1e2d4d4f28654 100644
--- a/content/plugin/webplugin_delegate_stub.h
+++ b/content/plugin/webplugin_delegate_stub.h
@@ -55,7 +55,7 @@ class WebPluginDelegateStub : public IPC::Channel::Listener,
private:
friend class base::RefCounted<WebPluginDelegateStub>;
- ~WebPluginDelegateStub();
+ virtual ~WebPluginDelegateStub();
// Message handlers for the WebPluginDelegate calls that are proxied from the
// renderer over the IPC channel.
« no previous file with comments | « content/plugin/plugin_thread.h ('k') | content/plugin/webplugin_proxy.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698