| Index: chrome/browser/remoting/setup_flow.cc
|
| ===================================================================
|
| --- chrome/browser/remoting/setup_flow.cc (revision 70263)
|
| +++ chrome/browser/remoting/setup_flow.cc (working copy)
|
| @@ -155,8 +155,9 @@
|
| bool* out_close_dialog) {
|
| }
|
|
|
| -std::wstring SetupFlow::GetDialogTitle() const {
|
| - return l10n_util::GetString(IDS_REMOTING_SETUP_DIALOG_TITLE);
|
| +std::wstring SetupFlow::GetDialogTitle() const {
|
| + return UTF16ToWideHack(
|
| + l10n_util::GetStringUTF16(IDS_REMOTING_SETUP_DIALOG_TITLE));
|
| }
|
|
|
| bool SetupFlow::IsDialogModal() const {
|
|
|