| Index: chrome/browser/ui/views/passwords/account_chooser_dialog_view.h
|
| diff --git a/chrome/browser/ui/views/passwords/account_chooser_dialog_view.h b/chrome/browser/ui/views/passwords/account_chooser_dialog_view.h
|
| index 45fe4baf036e2f41f2a706aa25cb23d08e8ca500..e91d4b0e97e95f69df4b4b9f9cec82bc76491d83 100644
|
| --- a/chrome/browser/ui/views/passwords/account_chooser_dialog_view.h
|
| +++ b/chrome/browser/ui/views/passwords/account_chooser_dialog_view.h
|
| @@ -36,11 +36,11 @@
|
| base::string16 GetWindowTitle() const override;
|
| bool ShouldShowWindowTitle() const override;
|
| bool ShouldShowCloseButton() const override;
|
| - void WindowClosing() override;
|
|
|
| // DialogDelegate:
|
| int GetDialogButtons() const override;
|
| base::string16 GetDialogButtonLabel(ui::DialogButton button) const override;
|
| + void OnClosed() override;
|
|
|
| // views::View
|
| gfx::Size GetPreferredSize() const override;
|
|
|