summaryrefslogtreecommitdiffstats
path: root/chrome/browser/plugin_exceptions_table_model.h
diff options
context:
space:
mode:
authorerg@google.com <erg@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2010-10-20 21:32:04 +0000
committererg@google.com <erg@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2010-10-20 21:32:04 +0000
commit93aa89c7533db379bb6bab05be9f5e33af233487 (patch)
tree916b96b14f22fc7bb7dbc37be74addeb60386a17 /chrome/browser/plugin_exceptions_table_model.h
parent2d4dc50cd69de95bd3a556262bf957fb8bb84167 (diff)
downloadchromium_src-93aa89c7533db379bb6bab05be9f5e33af233487.zip
chromium_src-93aa89c7533db379bb6bab05be9f5e33af233487.tar.gz
chromium_src-93aa89c7533db379bb6bab05be9f5e33af233487.tar.bz2
FBTF: Even more deinlining.
BUG=none TEST=compiles Review URL: http://codereview.chromium.org/3879002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@63261 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 8a07745..f4f59e8 100644
--- a/chrome/browser/plugin_exceptions_table_model.h
+++ b/chrome/browser/plugin_exceptions_table_model.h
@@ -23,7 +23,7 @@ class PluginExceptionsTableModel : public RemoveRowsTableModel,
public:
PluginExceptionsTableModel(HostContentSettingsMap* content_settings_map,
HostContentSettingsMap* otr_content_settings_map);
- virtual ~PluginExceptionsTableModel() {}
+ virtual ~PluginExceptionsTableModel();
// Load plugin exceptions from the HostContentSettingsMaps. You should call
// this method after creating a new PluginExceptionsTableModel.