summaryrefslogtreecommitdiffstats
path: root/remoting/host/disconnect_window_mac.mm
diff options
context:
space:
mode:
Diffstat (limited to 'remoting/host/disconnect_window_mac.mm')
-rw-r--r--remoting/host/disconnect_window_mac.mm2
1 files changed, 1 insertions, 1 deletions
diff --git a/remoting/host/disconnect_window_mac.mm b/remoting/host/disconnect_window_mac.mm
index 9cb170a..e58ae1c 100644
--- a/remoting/host/disconnect_window_mac.mm
+++ b/remoting/host/disconnect_window_mac.mm
@@ -86,7 +86,7 @@ scoped_ptr<HostWindow> HostWindow::CreateDisconnectWindow() {
self = [super initWithWindowNibName:@"disconnect_window"];
if (self) {
disconnect_callback_ = disconnect_callback;
- username_ = UTF8ToUTF16(username);
+ username_ = base::UTF8ToUTF16(username);
}
return self;
}