| Index: chrome/browser/content_settings/host_content_settings_map.h
|
| diff --git a/chrome/browser/content_settings/host_content_settings_map.h b/chrome/browser/content_settings/host_content_settings_map.h
|
| index b23c5f0a8f29011aab8b74d292fcc938e3ee91ff..09b3500def05a7f85d35d810dcfb17411e70bdc6 100644
|
| --- a/chrome/browser/content_settings/host_content_settings_map.h
|
| +++ b/chrome/browser/content_settings/host_content_settings_map.h
|
| @@ -167,7 +167,7 @@ class HostContentSettingsMap
|
| friend struct BrowserThread::DeleteOnThread<BrowserThread::UI>;
|
| friend class DeleteTask<HostContentSettingsMap>;
|
|
|
| - ~HostContentSettingsMap();
|
| + virtual ~HostContentSettingsMap();
|
|
|
| void UnregisterObservers();
|
|
|
|
|