| 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();
|
|
|
| // 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.
|
|
|