| Index: content/browser/host_zoom_map.h
|
| diff --git a/content/browser/host_zoom_map.h b/content/browser/host_zoom_map.h
|
| index 3ae44a1eeea798c37b5266589d36331d8846053c..5a923e3be4ea8168d0d6f8542cf536e7d5ade4ad 100644
|
| --- a/content/browser/host_zoom_map.h
|
| +++ b/content/browser/host_zoom_map.h
|
| @@ -77,7 +77,7 @@ class HostZoomMap :
|
|
|
| typedef std::map<std::string, double> HostZoomLevels;
|
|
|
| - ~HostZoomMap();
|
| + virtual ~HostZoomMap();
|
|
|
| // Copy of the pref data, so that we can read it on the IO thread.
|
| HostZoomLevels host_zoom_levels_;
|
|
|