summaryrefslogtreecommitdiffstats
path: root/chrome/browser/views/importer_lock_view.h
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/browser/views/importer_lock_view.h')
-rw-r--r--chrome/browser/views/importer_lock_view.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/chrome/browser/views/importer_lock_view.h b/chrome/browser/views/importer_lock_view.h
index e513bd4..1f91cb9 100644
--- a/chrome/browser/views/importer_lock_view.h
+++ b/chrome/browser/views/importer_lock_view.h
@@ -28,7 +28,8 @@ class ImporterLockView : public views::View,
virtual void Layout();
// Overridden from views::DialogDelegate:
- virtual std::wstring GetDialogButtonLabel(DialogButton button) const;
+ virtual std::wstring GetDialogButtonLabel(
+ MessageBox::DialogButton button) const;
virtual bool IsModal() const;
virtual std::wstring GetWindowTitle() const;
virtual bool Accept();