diff options
Diffstat (limited to 'chrome/browser/notifications/notifications_prefs_cache.h')
-rw-r--r-- | chrome/browser/notifications/notifications_prefs_cache.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/notifications/notifications_prefs_cache.h b/chrome/browser/notifications/notifications_prefs_cache.h index 758f0f7b..286813b 100644 --- a/chrome/browser/notifications/notifications_prefs_cache.h +++ b/chrome/browser/notifications/notifications_prefs_cache.h @@ -55,7 +55,7 @@ class NotificationsPrefsCache private: friend class base::RefCountedThreadSafe<NotificationsPrefsCache>; - ~NotificationsPrefsCache() {} + virtual ~NotificationsPrefsCache(); // Helper functions which read preferences. bool IsOriginAllowed(const GURL& origin); |