summaryrefslogtreecommitdiffstats
path: root/remoting/host/disconnect_window_mac.h
diff options
context:
space:
mode:
Diffstat (limited to 'remoting/host/disconnect_window_mac.h')
-rw-r--r--remoting/host/disconnect_window_mac.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/remoting/host/disconnect_window_mac.h b/remoting/host/disconnect_window_mac.h
index 692a23d..7fd6115 100644
--- a/remoting/host/disconnect_window_mac.h
+++ b/remoting/host/disconnect_window_mac.h
@@ -15,7 +15,7 @@
@interface DisconnectWindowController : NSWindowController {
@private
base::Closure disconnect_callback_;
- string16 username_;
+ base::string16 username_;
IBOutlet NSTextField* connectedToField_;
IBOutlet NSButton* disconnectButton_;
}