Index: chrome/browser/plugin_exceptions_table_model.h |
diff --git a/chrome/browser/plugin_exceptions_table_model.h b/chrome/browser/plugin_exceptions_table_model.h |
index 9f376210b5bbb1a05ea705357d058e2c567b6977..d7a34ace682d25abe48cd3f48afc559dc6d1da33 100644 |
--- a/chrome/browser/plugin_exceptions_table_model.h |
+++ b/chrome/browser/plugin_exceptions_table_model.h |
@@ -13,7 +13,12 @@ |
#include "chrome/browser/content_settings/host_content_settings_map.h" |
#include "chrome/browser/remove_rows_table_model.h" |
#include "content/common/notification_observer.h" |
-#include "webkit/plugins/npapi/plugin_list.h" |
+ |
+namespace webkit { |
+namespace npapi { |
+class PluginGroup; |
+} |
+} |
class PluginExceptionsTableModel : public RemoveRowsTableModel, |
public NotificationObserver { |