| Index: ash/system/chromeos/session/logout_confirmation_dialog.h
|
| diff --git a/ash/system/chromeos/session/logout_confirmation_dialog.h b/ash/system/chromeos/session/logout_confirmation_dialog.h
|
| index 61407b10fa307b412e52daf1773379f78ad3b19a..4e3d19f4961c28f8ef4c0d8dcc5754e1468b7944 100644
|
| --- a/ash/system/chromeos/session/logout_confirmation_dialog.h
|
| +++ b/ash/system/chromeos/session/logout_confirmation_dialog.h
|
| @@ -35,8 +35,7 @@ class LogoutConfirmationDialog : public views::DialogDelegateView {
|
| ui::ModalType GetModalType() const override;
|
| base::string16 GetWindowTitle() const override;
|
| base::string16 GetDialogButtonLabel(ui::DialogButton button) const override;
|
| - void OnClosed() override;
|
| - void DeleteDelegate() override;
|
| + void WindowClosing() override;
|
|
|
| private:
|
| void UpdateLabel();
|
|
|