| Index: content/shell/shell_login_dialog_mac.mm
|
| diff --git a/content/shell/shell_login_dialog_mac.mm b/content/shell/shell_login_dialog_mac.mm
|
| index 5a5d4df59766a25073896d6ad65ab53ac5e19fcf..b7d694715cc34d8f520a0d567182aa919133fad8 100644
|
| --- a/content/shell/shell_login_dialog_mac.mm
|
| +++ b/content/shell/shell_login_dialog_mac.mm
|
| @@ -8,7 +8,7 @@
|
|
|
| #include "base/logging.h"
|
| #include "base/mac/bundle_locations.h"
|
| -#import "base/memory/scoped_nsobject.h"
|
| +#import "base/mac/scoped_nsobject.h"
|
| #include "base/strings/sys_string_conversions.h"
|
| #include "content/public/browser/browser_thread.h"
|
| #import "ui/base/cocoa/nib_loading.h"
|
| @@ -24,7 +24,7 @@ const int kPasswordFieldTag = 2;
|
| // going away.
|
| @interface ShellLoginDialogHelper : NSObject<NSAlertDelegate> {
|
| @private
|
| - scoped_nsobject<NSAlert> alert_;
|
| + base::scoped_nsobject<NSAlert> alert_;
|
| NSTextField* usernameField_; // WEAK; owned by alert_
|
| NSSecureTextField* passwordField_; // WEAK; owned by alert_
|
| }
|
|
|