summaryrefslogtreecommitdiffstats
path: root/chrome/browser/views/edit_keyword_controller.h
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/browser/views/edit_keyword_controller.h')
-rw-r--r--chrome/browser/views/edit_keyword_controller.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/chrome/browser/views/edit_keyword_controller.h b/chrome/browser/views/edit_keyword_controller.h
index 00a76fe..e9a8f36 100644
--- a/chrome/browser/views/edit_keyword_controller.h
+++ b/chrome/browser/views/edit_keyword_controller.h
@@ -44,8 +44,8 @@ class EditKeywordController : public views::TextField::Controller,
// DialogDelegate overrides.
virtual bool IsModal() const;
virtual std::wstring GetWindowTitle() const;
- virtual int GetDialogButtons() const;
- virtual bool IsDialogButtonEnabled(DialogButton button) const;
+ virtual bool IsDialogButtonEnabled(
+ MessageBoxFlags::DialogButton button) const;
virtual void DeleteDelegate();
virtual bool Cancel();
virtual bool Accept();