Index: content/public/browser/plugin_data_remover.h |
=================================================================== |
--- content/public/browser/plugin_data_remover.h (revision 212806) |
+++ content/public/browser/plugin_data_remover.h (working copy) |
@@ -14,12 +14,9 @@ |
class WaitableEvent; |
} |
-namespace webkit { |
+namespace content { |
struct WebPluginInfo; |
-} |
-namespace content { |
- |
class BrowserContext; |
class CONTENT_EXPORT PluginDataRemover { |
@@ -33,7 +30,7 @@ |
// Returns a list of all plug-ins that support removing LSO data. This method |
// will use cached plugin data. Call PluginService::GetPlugins() if the latest |
// data is needed. |
- static void GetSupportedPlugins(std::vector<webkit::WebPluginInfo>* plugins); |
+ static void GetSupportedPlugins(std::vector<WebPluginInfo>* plugins); |
}; |
} // namespace content |