Index: remoting/host/disconnect_window_win.cc |
diff --git a/remoting/host/disconnect_window_win.cc b/remoting/host/disconnect_window_win.cc |
index 59c8c244ed36fff92aee4fcbccc2faca805701cf..07eeabc92dec226a866584619f53111cb5cb78a4 100644 |
--- a/remoting/host/disconnect_window_win.cc |
+++ b/remoting/host/disconnect_window_win.cc |
@@ -316,7 +316,8 @@ bool DisconnectWindowWin::SetStrings() { |
} |
// Format and truncate "Your desktop is shared with ..." message. |
- message_text = ReplaceStringPlaceholders(message_text, UTF8ToUTF16(username_), |
+ message_text = ReplaceStringPlaceholders(message_text, |
+ base::UTF8ToUTF16(username_), |
NULL); |
if (message_text.length() > kMaxSharingWithTextLength) |
message_text.erase(kMaxSharingWithTextLength); |