Index: remoting/host/disconnect_window_mac.mm |
diff --git a/remoting/host/disconnect_window_mac.mm b/remoting/host/disconnect_window_mac.mm |
index 9cb170a3b724966296942540a40ee34eade734df..e58ae1cf23ee678eb86be555273e8e3dd7e69a3f 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; |
} |