| Index: chrome/browser/plugin_data_remover.h
|
| diff --git a/chrome/browser/plugin_data_remover.h b/chrome/browser/plugin_data_remover.h
|
| index 696df1c2e5aa2218d82a39b26ed046f6b415ea20..c4557044ba50bf15320135aa73b862b5fa05a6f6 100644
|
| --- a/chrome/browser/plugin_data_remover.h
|
| +++ b/chrome/browser/plugin_data_remover.h
|
| @@ -58,7 +58,7 @@ class PluginDataRemover : public base::RefCountedThreadSafe<PluginDataRemover>,
|
| private:
|
| friend class base::RefCountedThreadSafe<PluginDataRemover>;
|
| friend class PluginDataRemoverTest;
|
| - ~PluginDataRemover();
|
| + virtual ~PluginDataRemover();
|
|
|
| // Signals that we are finished with removing data (successful or not). This
|
| // method is safe to call multiple times.
|
|
|