diff options
Diffstat (limited to 'chrome/test/test_notification_tracker.h')
-rw-r--r-- | chrome/test/test_notification_tracker.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/test/test_notification_tracker.h b/chrome/test/test_notification_tracker.h index 7a9f947..21932c9 100644 --- a/chrome/test/test_notification_tracker.h +++ b/chrome/test/test_notification_tracker.h @@ -31,7 +31,7 @@ class TestNotificationTracker : public NotificationObserver { // ListenFor for the notifications you are interested in. TestNotificationTracker(); - ~TestNotificationTracker(); + virtual ~TestNotificationTracker(); // Makes this object listen for the given notification with the given source. void ListenFor(NotificationType type, const NotificationSource& source); |