summaryrefslogtreecommitdiffstats
path: root/chrome/browser/ui/views/external_protocol_dialog.h
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/browser/ui/views/external_protocol_dialog.h')
-rw-r--r--chrome/browser/ui/views/external_protocol_dialog.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/chrome/browser/ui/views/external_protocol_dialog.h b/chrome/browser/ui/views/external_protocol_dialog.h
index 1abc502..5a17235 100644
--- a/chrome/browser/ui/views/external_protocol_dialog.h
+++ b/chrome/browser/ui/views/external_protocol_dialog.h
@@ -33,8 +33,8 @@ class ExternalProtocolDialog : public views::DialogDelegate {
// views::DialogDelegate methods:
virtual int GetDefaultDialogButton() const OVERRIDE;
- virtual std::wstring GetDialogButtonLabel(
- MessageBoxFlags::DialogButton button) const OVERRIDE;
+ virtual string16 GetDialogButtonLabel(
+ ui::MessageBoxFlags::DialogButton button) const OVERRIDE;
virtual string16 GetWindowTitle() const OVERRIDE;
virtual void DeleteDelegate() OVERRIDE;
virtual bool Cancel() OVERRIDE;