diff options
Diffstat (limited to 'chrome/browser/views/bookmark_context_menu.h')
| -rw-r--r-- | chrome/browser/views/bookmark_context_menu.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/chrome/browser/views/bookmark_context_menu.h b/chrome/browser/views/bookmark_context_menu.h index d141277..ea863c4 100644 --- a/chrome/browser/views/bookmark_context_menu.h +++ b/chrome/browser/views/bookmark_context_menu.h @@ -17,6 +17,9 @@ class BookmarkContextMenuObserver { // Invoked after the items have been removed from the model. virtual void DidRemoveBookmarks() = 0; + + protected: + virtual ~BookmarkContextMenuObserver() {} }; class BookmarkContextMenu : public BookmarkContextMenuControllerViewsDelegate, |
