summaryrefslogtreecommitdiffstats
path: root/chrome/browser/plugin_exceptions_table_model.h
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/browser/plugin_exceptions_table_model.h')
-rw-r--r--chrome/browser/plugin_exceptions_table_model.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/plugin_exceptions_table_model.h b/chrome/browser/plugin_exceptions_table_model.h
index 37009a2..3a7c69a 100644
--- a/chrome/browser/plugin_exceptions_table_model.h
+++ b/chrome/browser/plugin_exceptions_table_model.h
@@ -55,7 +55,7 @@ class PluginExceptionsTableModel : public RemoveRowsTableModel,
friend class plugin_test_internal::PluginExceptionsTableModelTest;
struct SettingsEntry {
- HostContentSettingsMap::Pattern pattern;
+ ContentSettingsPattern pattern;
int plugin_id;
ContentSetting setting;
bool is_otr;