| Index: chrome/browser/ui/autofill/password_generation_popup_controller.h
|
| diff --git a/chrome/browser/ui/autofill/password_generation_popup_controller.h b/chrome/browser/ui/autofill/password_generation_popup_controller.h
|
| index e7434e9d5a256881295841104b60228b86ea8bda..e7c18b07dcc5879879ef00cc60a7089182d9f39c 100644
|
| --- a/chrome/browser/ui/autofill/password_generation_popup_controller.h
|
| +++ b/chrome/browser/ui/autofill/password_generation_popup_controller.h
|
| @@ -45,7 +45,7 @@ class PasswordGenerationPopupController : public AutofillPopupViewDelegate {
|
| virtual const gfx::Range& HelpTextLinkRange() = 0;
|
|
|
| protected:
|
| - virtual ~PasswordGenerationPopupController() {}
|
| + ~PasswordGenerationPopupController() override {}
|
| };
|
|
|
| } // namespace autofill
|
|
|