Index: content/public/browser/plugin_data_remover.h |
diff --git a/content/public/browser/plugin_data_remover.h b/content/public/browser/plugin_data_remover.h |
index cccd89aa3d3d40f168eee29be40dc4b61bbdc2c9..88aeaee0d67d87366f9a891b261d9f718296a31e 100644 |
--- a/content/public/browser/plugin_data_remover.h |
+++ b/content/public/browser/plugin_data_remover.h |
@@ -13,19 +13,17 @@ namespace base { |
class WaitableEvent; |
} |
-namespace content { |
-class ResourceContext; |
-} |
- |
namespace webkit { |
struct WebPluginInfo; |
} |
namespace content { |
+class BrowserContext; |
+ |
class CONTENT_EXPORT PluginDataRemover { |
public: |
- static PluginDataRemover* Create(content::ResourceContext* resource_context); |
+ static PluginDataRemover* Create(content::BrowserContext* browser_context); |
virtual ~PluginDataRemover() {} |
// Starts removing plug-in data stored since |begin_time|. |