| Index: content/shell/browser/shell_login_dialog_gtk.cc
|
| diff --git a/content/shell/browser/shell_login_dialog_gtk.cc b/content/shell/browser/shell_login_dialog_gtk.cc
|
| index b08b449ad912c56ca09959afdd544f80e23886ab..97fafece78d9b6fb3b4a074c24ff0edb47f4c93a 100644
|
| --- a/content/shell/browser/shell_login_dialog_gtk.cc
|
| +++ b/content/shell/browser/shell_login_dialog_gtk.cc
|
| @@ -19,7 +19,7 @@
|
|
|
| namespace content {
|
|
|
| -void ShellLoginDialog::PlatformCreateDialog(const string16& message) {
|
| +void ShellLoginDialog::PlatformCreateDialog(const base::string16& message) {
|
| DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI));
|
|
|
| int render_process_id;
|
|
|