summaryrefslogtreecommitdiffstats
path: root/chrome/browser/views/new_profile_dialog.h
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/browser/views/new_profile_dialog.h')
-rw-r--r--chrome/browser/views/new_profile_dialog.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/chrome/browser/views/new_profile_dialog.h b/chrome/browser/views/new_profile_dialog.h
index 868480e..4564ec2 100644
--- a/chrome/browser/views/new_profile_dialog.h
+++ b/chrome/browser/views/new_profile_dialog.h
@@ -30,9 +30,9 @@ class NewProfileDialog : public views::DialogDelegate,
// views::DialogDelegate methods.
virtual bool Accept();
- virtual int GetDialogButtons() const;
virtual views::View* GetInitiallyFocusedView();
- virtual bool IsDialogButtonEnabled(DialogButton button) const;
+ virtual bool IsDialogButtonEnabled(
+ MessageBoxFlags::DialogButton button) const;
virtual std::wstring GetWindowTitle() const;
virtual void DeleteDelegate();