Index: chrome/browser/ui/views/passwords/auto_signin_first_run_dialog_view.h |
diff --git a/chrome/browser/ui/views/passwords/auto_signin_first_run_dialog_view.h b/chrome/browser/ui/views/passwords/auto_signin_first_run_dialog_view.h |
index 9c370cb4ec6ddb8914dd11168619053f1f7ce0c2..eebe23591a6b438b82abbbc7860b8a6374898c0d 100644 |
--- a/chrome/browser/ui/views/passwords/auto_signin_first_run_dialog_view.h |
+++ b/chrome/browser/ui/views/passwords/auto_signin_first_run_dialog_view.h |
@@ -31,10 +31,10 @@ class AutoSigninFirstRunDialogView : public views::DialogDelegateView, |
bool ShouldShowWindowTitle() const override; |
bool ShouldShowCloseButton() const override; |
views::View* GetInitiallyFocusedView() override; |
+ void WindowClosing() override; |
// views::DialogDelegate: |
int GetDialogButtons() const override; |
- void OnClosed() override; |
// views::ButtonListener: |
void ButtonPressed(views::Button* sender, const ui::Event& event) override; |