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

Unified Diff: content/plugin/npobject_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/npobject_proxy.h ('k') | content/plugin/plugin_thread.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/plugin/npobject_stub.h
diff --git a/content/plugin/npobject_stub.h b/content/plugin/npobject_stub.h
index 46e1bc12a73b23f73dd1c8a019bf9f357f7f0b3f..c100fe4b51c175a14c19e4bfada5b1eda1c2760a 100644
--- a/content/plugin/npobject_stub.h
+++ b/content/plugin/npobject_stub.h
@@ -36,7 +36,7 @@ class NPObjectStub : public IPC::Channel::Listener,
int route_id,
gfx::NativeViewId containing_window,
const GURL& page_url);
- ~NPObjectStub();
+ virtual ~NPObjectStub();
// IPC::Message::Sender implementation:
virtual bool Send(IPC::Message* msg);
« no previous file with comments | « content/plugin/npobject_proxy.h ('k') | content/plugin/plugin_thread.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698