Chromium Code Reviews| Index: chrome/test/interactive_ui/view_event_test_base.h |
| =================================================================== |
| --- chrome/test/interactive_ui/view_event_test_base.h (revision 53376) |
| +++ chrome/test/interactive_ui/view_event_test_base.h (working copy) |
| @@ -83,6 +83,8 @@ |
| static bool ImplementsThreadSafeReferenceCounting() { return false; } |
| protected: |
| + virtual ~ViewEventTestBase() {} |
| + |
| // Returns the view that is added to the window. |
| virtual views::View* CreateContentsView() = 0; |