| 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 37009a249493284f46d9e8e255478fc1924539e9..3a7c69acc7e51b95ef4dfa0ed28dc4d6edc8ae75 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;
|
|
|