Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1047)

Unified Diff: chrome/test/test_notification_tracker.h

Issue 7064033: Virtual destructors should have virtual keyword. (Closed) Base URL: http://git.chromium.org/git/chromium.git@trunk
Patch Set: Created 9 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/test/render_view_test.h ('k') | content/browser/appcache/appcache_dispatcher_host.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/test/test_notification_tracker.h
diff --git a/chrome/test/test_notification_tracker.h b/chrome/test/test_notification_tracker.h
index 7a9f947a0966d7dd2cd47b28ef0fd5f2acbf0f9a..21932c9d21e80f439e38a51fbab49eb2ac60f9c8 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);
« no previous file with comments | « chrome/test/render_view_test.h ('k') | content/browser/appcache/appcache_dispatcher_host.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698