Chromium Code Reviews| Index: content/browser/plugin_service_impl.cc |
| diff --git a/content/browser/plugin_service_impl.cc b/content/browser/plugin_service_impl.cc |
| index 29909c240bd16c2ab3ccd46b2169f23912a3e3ec..e2391265242349d0fd124a1bb2b7f1487f0cd970 100644 |
| --- a/content/browser/plugin_service_impl.cc |
| +++ b/content/browser/plugin_service_impl.cc |
| @@ -96,6 +96,9 @@ class PluginDirWatcherDelegate : public FilePathWatcher::Delegate { |
| // stopping the watcher would be enough. Or possibly restart it. |
| NOTREACHED(); |
| } |
| + |
| + protected: |
| + virtual ~PluginDirWatcherDelegate() {} |
| }; |
| #endif |