summaryrefslogtreecommitdiffstats
path: root/chrome/browser/views/bug_report_view.h
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/browser/views/bug_report_view.h')
-rw-r--r--chrome/browser/views/bug_report_view.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/chrome/browser/views/bug_report_view.h b/chrome/browser/views/bug_report_view.h
index 22a2c42..d17e569 100644
--- a/chrome/browser/views/bug_report_view.h
+++ b/chrome/browser/views/bug_report_view.h
@@ -61,7 +61,8 @@ class BugReportView : public views::View,
int new_index);
// Overridden from views::DialogDelegate:
- virtual std::wstring GetDialogButtonLabel(DialogButton button) const;
+ virtual std::wstring GetDialogButtonLabel(
+ MessageBoxFlags::DialogButton button) const;
virtual int GetDefaultDialogButton() const;
virtual bool CanResize() const;
virtual bool CanMaximize() const;