summaryrefslogtreecommitdiffstats
path: root/chrome/browser/content_setting_image_model.h
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/browser/content_setting_image_model.h')
-rw-r--r--chrome/browser/content_setting_image_model.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/chrome/browser/content_setting_image_model.h b/chrome/browser/content_setting_image_model.h
index f5d5a66..efc9b8e 100644
--- a/chrome/browser/content_setting_image_model.h
+++ b/chrome/browser/content_setting_image_model.h
@@ -15,6 +15,8 @@ class TabContents;
// that are displayed in the location bar.
class ContentSettingImageModel {
public:
+ virtual ~ContentSettingImageModel() {}
+
// Factory function.
static ContentSettingImageModel* CreateContentSettingImageModel(
ContentSettingsType content_settings_type);