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

Unified Diff: content/plugin/npobject_proxy.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/gpu/gpu_process.h ('k') | content/plugin/npobject_stub.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/plugin/npobject_proxy.h
diff --git a/content/plugin/npobject_proxy.h b/content/plugin/npobject_proxy.h
index 68bca78fd4aa4259a54a9cf258dd7b59f5dccd41..dccd53170c8b24cffc16b591e0be15de9040ab45 100644
--- a/content/plugin/npobject_proxy.h
+++ b/content/plugin/npobject_proxy.h
@@ -31,7 +31,7 @@ class NPObjectProxy : public IPC::Channel::Listener,
public IPC::Message::Sender,
public NPObjectBase {
public:
- ~NPObjectProxy();
+ virtual ~NPObjectProxy();
static NPObject* Create(PluginChannelBase* channel,
int route_id,
« no previous file with comments | « content/gpu/gpu_process.h ('k') | content/plugin/npobject_stub.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698