| Index: content/browser/plugin_service.h
|
| diff --git a/content/browser/plugin_service.h b/content/browser/plugin_service.h
|
| index 2c8d115c5c3e28230f405027b8c8fc2fd7105f23..cc039d63ff15ac3289442d9ae50434abffd18f13 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);
|
|
|