Index: content/public/test/test_notification_tracker.h |
diff --git a/content/public/test/test_notification_tracker.h b/content/public/test/test_notification_tracker.h |
index f34fdae614da5b8acd16eea4985cab6c5b41bda9..fd64f83f03344e61d29cf228013d1fa375f8cce3 100644 |
--- a/content/public/test/test_notification_tracker.h |
+++ b/content/public/test/test_notification_tracker.h |
@@ -43,7 +43,7 @@ class TestNotificationTracker : public NotificationObserver { |
void ListenForAll(int type); |
// Clears the list of events. |
- void Reset(); |
+ virtual void Reset(); |
cpu_(ooo_6.6-7.5)
2013/07/01 18:30:22
if we need virtual here, I expect to see some code
jvoung (off chromium)
2013/07/02 01:04:26
Is line 107 of:
https://codereview.chromium.org/1
|
// Given notifications type(sp, returns true if the list of notifications |
// were exactly those listed in the given arg(s), and in the same order. |