Index: chrome/browser/autocomplete/autocomplete_popup_view.h |
=================================================================== |
--- chrome/browser/autocomplete/autocomplete_popup_view.h (revision 24441) |
+++ chrome/browser/autocomplete/autocomplete_popup_view.h (working copy) |
@@ -29,6 +29,8 @@ |
// bounds for the autocomplete popup view. |
class AutocompletePopupPositioner { |
public: |
+ virtual ~AutocompletePopupPositioner() { } |
+ |
// Returns the bounds at which the popup should be shown, in screen |
// coordinates. The height is ignored, since the popup is sized to its |
// contents automatically. |