| Index: chrome/browser/ui/autofill/autofill_popup_delegate.h
|
| diff --git a/chrome/browser/ui/autofill/autofill_popup_delegate.h b/chrome/browser/ui/autofill/autofill_popup_delegate.h
|
| index c419f3f86ec76375ba136940f32ed3fae72cc33a..a8d6cc16552b79c9ba06d4bcfdab99e99511dec3 100644
|
| --- a/chrome/browser/ui/autofill/autofill_popup_delegate.h
|
| +++ b/chrome/browser/ui/autofill/autofill_popup_delegate.h
|
| @@ -11,6 +11,8 @@
|
| // of events by the controller.
|
| class AutofillPopupDelegate {
|
| public:
|
| + virtual ~AutofillPopupDelegate() { }
|
| +
|
| // Called when the autofill suggestion indicated by |identifier| has been
|
| // temporarily selected (e.g., hovered).
|
| virtual void DidSelectSuggestion(int identifier) = 0;
|
|
|