| Index: remoting/host/disconnect_window_gtk.cc
|
| diff --git a/remoting/host/disconnect_window_gtk.cc b/remoting/host/disconnect_window_gtk.cc
|
| index 5b840e0f1f7ea4f8ca4f4c531f473200b9e087f4..34c2683860cfb9cd43875edc3a895ce7ccfac18b 100644
|
| --- a/remoting/host/disconnect_window_gtk.cc
|
| +++ b/remoting/host/disconnect_window_gtk.cc
|
| @@ -161,7 +161,7 @@ void DisconnectWindowGtk::Start(
|
| // Extract the user name from the JID.
|
| std::string client_jid = client_session_control_->client_jid();
|
| base::string16 username =
|
| - UTF8ToUTF16(client_jid.substr(0, client_jid.find('/')));
|
| + base::UTF8ToUTF16(client_jid.substr(0, client_jid.find('/')));
|
| gtk_label_set_text(
|
| GTK_LABEL(message_),
|
| l10n_util::GetStringFUTF8(IDR_MESSAGE_SHARED, username).c_str());
|
|
|