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

Unified Diff: content/plugin/plugin_thread.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_stub.h ('k') | content/plugin/webplugin_delegate_stub.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/plugin/plugin_thread.h
diff --git a/content/plugin/plugin_thread.h b/content/plugin/plugin_thread.h
index efd96b672064a84712bfa1d44794c05a31406f80..d325dd0531c32ccf7e00813588eb5518e83a5a62 100644
--- a/content/plugin/plugin_thread.h
+++ b/content/plugin/plugin_thread.h
@@ -23,7 +23,7 @@
class PluginThread : public ChildThread {
public:
PluginThread();
- ~PluginThread();
+ virtual ~PluginThread();
// Returns the one plugin thread.
static PluginThread* current();
« no previous file with comments | « content/plugin/npobject_stub.h ('k') | content/plugin/webplugin_delegate_stub.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698