Chromium Code Reviews| Index: webkit/glue/plugins/plugin_list.h |
| diff --git a/webkit/glue/plugins/plugin_list.h b/webkit/glue/plugins/plugin_list.h |
| index ce9da2822c7a53f41969839c69da436b8d9aad65..404913eb120b30012cc476c9a3008f959e465033 100644 |
| --- a/webkit/glue/plugins/plugin_list.h |
| +++ b/webkit/glue/plugins/plugin_list.h |
| @@ -159,6 +159,8 @@ class PluginList { |
| // will be disabled. |
| bool DisablePlugin(const FilePath& filename); |
| + ~PluginList(); |
| + |
| private: |
| // Constructors are private for singletons |
| PluginList(); |