| 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..1c003d6e12221f73e42aab668badfc627fa8051b 100644
|
| --- a/chrome/browser/ui/autofill/autofill_popup_delegate.h
|
| +++ b/chrome/browser/ui/autofill/autofill_popup_delegate.h
|
| @@ -26,6 +26,9 @@ class AutofillPopupDelegate {
|
|
|
| // Called to inform the delegate the controller is experiencing destruction.
|
| virtual void ControllerDestroyed() = 0;
|
| +
|
| + protected:
|
| + virtual ~AutofillPopupDelegate() { }
|
| };
|
|
|
| #endif // CHROME_BROWSER_UI_AUTOFILL_AUTOFILL_POPUP_DELEGATE_H_
|
|
|