| Index: chrome/browser/plugin_data_remover_helper.cc
|
| diff --git a/chrome/browser/plugin_data_remover_helper.cc b/chrome/browser/plugin_data_remover_helper.cc
|
| index 679a5179a1beeb6de4aa3d69ce79234b9e19263e..43eb4f690a0d7dd848b7aa5c02b8e336c7e5c6a5 100644
|
| --- a/chrome/browser/plugin_data_remover_helper.cc
|
| +++ b/chrome/browser/plugin_data_remover_helper.cc
|
| @@ -12,6 +12,7 @@
|
| #include "chrome/browser/prefs/pref_service.h"
|
| #include "chrome/browser/profiles/profile.h"
|
|
|
| +// The internal class is refcounted so it can outlive PluginDataRemoverHelper.
|
| class PluginDataRemoverHelper::Internal
|
| : public base::RefCountedThreadSafe<PluginDataRemoverHelper::Internal> {
|
| public:
|
|
|