summaryrefslogtreecommitdiffstats
path: root/content/shell/browser/shell_login_dialog_mac.mm
diff options
context:
space:
mode:
Diffstat (limited to 'content/shell/browser/shell_login_dialog_mac.mm')
-rw-r--r--content/shell/browser/shell_login_dialog_mac.mm2
1 files changed, 1 insertions, 1 deletions
diff --git a/content/shell/browser/shell_login_dialog_mac.mm b/content/shell/browser/shell_login_dialog_mac.mm
index 447aa58..3e014e8 100644
--- a/content/shell/browser/shell_login_dialog_mac.mm
+++ b/content/shell/browser/shell_login_dialog_mac.mm
@@ -87,7 +87,7 @@ const int kPasswordFieldTag = 2;
namespace content {
-void ShellLoginDialog::PlatformCreateDialog(const string16& message) {
+void ShellLoginDialog::PlatformCreateDialog(const base::string16& message) {
DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI));
helper_ = [[ShellLoginDialogHelper alloc] init];