diff options
Diffstat (limited to 'content/browser/plugin_service.h')
-rw-r--r-- | content/browser/plugin_service.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/content/browser/plugin_service.h b/content/browser/plugin_service.h index 2c8d115..cc039d6 100644 --- a/content/browser/plugin_service.h +++ b/content/browser/plugin_service.h @@ -124,7 +124,7 @@ class PluginService // Creates the PluginService object, but doesn't actually build the plugin // list yet. It's generated lazily. PluginService(); - ~PluginService(); + virtual ~PluginService(); // base::WaitableEventWatcher::Delegate implementation. virtual void OnWaitableEventSignaled(base::WaitableEvent* waitable_event); |