diff options
Diffstat (limited to 'chrome/browser/remoting/setup_flow.cc')
-rw-r--r-- | chrome/browser/remoting/setup_flow.cc | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/chrome/browser/remoting/setup_flow.cc b/chrome/browser/remoting/setup_flow.cc index c6756bb..fe20b8d 100644 --- a/chrome/browser/remoting/setup_flow.cc +++ b/chrome/browser/remoting/setup_flow.cc @@ -155,9 +155,8 @@ void SetupFlow::OnCloseContents(TabContents* source, bool* out_close_dialog) { } -std::wstring SetupFlow::GetDialogTitle() const { - return UTF16ToWideHack( - l10n_util::GetStringUTF16(IDS_REMOTING_SETUP_DIALOG_TITLE)); +std::wstring SetupFlow::GetDialogTitle() const { + return l10n_util::GetString(IDS_REMOTING_SETUP_DIALOG_TITLE); } bool SetupFlow::IsDialogModal() const { |