summaryrefslogtreecommitdiffstats
path: root/chrome/browser/plugin_exceptions_table_model.h
diff options
context:
space:
mode:
authorjochen@chromium.org <jochen@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-12-02 14:47:45 +0000
committerjochen@chromium.org <jochen@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-12-02 14:47:45 +0000
commit5f24f215c60528bd329930bf98373a52dfe08555 (patch)
treef26f29fd3404cacb55f55a038c094d14e2076a73 /chrome/browser/plugin_exceptions_table_model.h
parentc139f9bf6f6f5ce2e550c59952ff5bebb1430458 (diff)
downloadchromium_src-5f24f215c60528bd329930bf98373a52dfe08555.zip
chromium_src-5f24f215c60528bd329930bf98373a52dfe08555.tar.gz
chromium_src-5f24f215c60528bd329930bf98373a52dfe08555.tar.bz2
Move ContentSettingsDetails and Pattern out of HostContentSettingsMap as separate classes.
BUG=64753 TEST=compiles Review URL: http://codereview.chromium.org/5574001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@68005 0039d316-1c4b-4281-b951-d872f2087c98
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;