summaryrefslogtreecommitdiffstats
path: root/chrome/renderer/notification_provider.h
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/renderer/notification_provider.h')
-rw-r--r--chrome/renderer/notification_provider.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/renderer/notification_provider.h b/chrome/renderer/notification_provider.h
index 7167902..d8e811e 100644
--- a/chrome/renderer/notification_provider.h
+++ b/chrome/renderer/notification_provider.h
@@ -21,7 +21,7 @@ class WebNotificationPermissionCallback;
class NotificationProvider : public WebKit::WebNotificationPresenter {
public:
explicit NotificationProvider(RenderView* view);
- virtual ~NotificationProvider() {}
+ virtual ~NotificationProvider();
// WebKit::WebNotificationPresenter interface.
virtual bool show(const WebKit::WebNotification& proxy);