Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(408)

Unified Diff: chrome/browser/plugin_exceptions_table_model.h

Issue 7980011: Convert the PluginService interface to be an async wrapper around PluginList. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Ready for review Created 9 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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..16bcc45f42bf4d0c836de433c429f49b1920273b 100644
--- a/chrome/browser/plugin_exceptions_table_model.h
+++ b/chrome/browser/plugin_exceptions_table_model.h
@@ -12,8 +12,8 @@
#include "base/compiler_specific.h"
#include "chrome/browser/content_settings/host_content_settings_map.h"
#include "chrome/browser/remove_rows_table_model.h"
+#include "content/browser/plugin_service.h"
jam 2011/09/21 00:04:51 nit: why? we should try to forward declare as much
#include "content/common/notification_observer.h"
-#include "webkit/plugins/npapi/plugin_list.h"
class PluginExceptionsTableModel : public RemoveRowsTableModel,
public NotificationObserver {

Powered by Google App Engine
This is Rietveld 408576698