summaryrefslogtreecommitdiffstats
path: root/chrome/browser/ui/views/external_protocol_dialog.cc
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/browser/ui/views/external_protocol_dialog.cc')
-rw-r--r--chrome/browser/ui/views/external_protocol_dialog.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/chrome/browser/ui/views/external_protocol_dialog.cc b/chrome/browser/ui/views/external_protocol_dialog.cc
index b542612..8f738c0 100644
--- a/chrome/browser/ui/views/external_protocol_dialog.cc
+++ b/chrome/browser/ui/views/external_protocol_dialog.cc
@@ -69,8 +69,8 @@ std::wstring ExternalProtocolDialog::GetDialogButtonLabel(
l10n_util::GetStringUTF16(IDS_EXTERNAL_PROTOCOL_CANCEL_BUTTON_TEXT));
}
-string16 ExternalProtocolDialog::GetWindowTitle() const {
- return l10n_util::GetStringUTF16(IDS_EXTERNAL_PROTOCOL_TITLE);
+std::wstring ExternalProtocolDialog::GetWindowTitle() const {
+ return UTF16ToWide(l10n_util::GetStringUTF16(IDS_EXTERNAL_PROTOCOL_TITLE));
}
void ExternalProtocolDialog::DeleteDelegate() {