summaryrefslogtreecommitdiffstats
path: root/chrome/browser/views/clear_browsing_data.h
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/browser/views/clear_browsing_data.h')
-rw-r--r--chrome/browser/views/clear_browsing_data.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/chrome/browser/views/clear_browsing_data.h b/chrome/browser/views/clear_browsing_data.h
index 18912fc..77b9bd5 100644
--- a/chrome/browser/views/clear_browsing_data.h
+++ b/chrome/browser/views/clear_browsing_data.h
@@ -50,8 +50,9 @@ class ClearBrowsingDataView : public views::View,
views::View* child);
// Overridden from views::DialogDelegate:
- virtual std::wstring GetDialogButtonLabel(DialogButton button) const;
- virtual bool IsDialogButtonEnabled(DialogButton button) const;
+ virtual std::wstring GetDialogButtonLabel(
+ MessageBox::DialogButton button) const;
+ virtual bool IsDialogButtonEnabled(MessageBox::DialogButton button) const;
virtual bool CanResize() const;
virtual bool CanMaximize() const;
virtual bool IsAlwaysOnTop() const;