Index: chrome/browser/plugin_data_remover_helper.cc |
=================================================================== |
--- chrome/browser/plugin_data_remover_helper.cc (revision 115169) |
+++ chrome/browser/plugin_data_remover_helper.cc (working copy) |
@@ -11,12 +11,14 @@ |
#include "chrome/browser/prefs/pref_service.h" |
#include "chrome/browser/profiles/profile.h" |
#include "chrome/common/chrome_notification_types.h" |
-#include "content/browser/plugin_service.h" |
#include "content/public/browser/browser_thread.h" |
#include "content/public/browser/notification_source.h" |
#include "content/public/browser/plugin_data_remover.h" |
+#include "content/public/browser/plugin_service.h" |
+#include "webkit/plugins/webplugininfo.h" |
using content::BrowserThread; |
+using content::PluginService; |
PluginDataRemoverHelper::PluginDataRemoverHelper() |
: profile_(NULL), |