| Index: content/shell/shell_javascript_dialog_mac.mm
|
| diff --git a/content/shell/shell_javascript_dialog_mac.mm b/content/shell/shell_javascript_dialog_mac.mm
|
| index 6bdd9ab34bf45fb2f9fa3f0d6cda209f56865080..0a89a8998ffaf49486c8a11fd7593e98a6e96832 100644
|
| --- a/content/shell/shell_javascript_dialog_mac.mm
|
| +++ b/content/shell/shell_javascript_dialog_mac.mm
|
| @@ -6,7 +6,7 @@
|
|
|
| #import <Cocoa/Cocoa.h>
|
|
|
| -#import "base/memory/scoped_nsobject.h"
|
| +#import "base/mac/scoped_nsobject.h"
|
| #include "base/strings/sys_string_conversions.h"
|
| #include "content/shell/shell_javascript_dialog_manager.h"
|
|
|
| @@ -14,7 +14,7 @@
|
| // going away. Is responsible for cleaning itself up.
|
| @interface ShellJavaScriptDialogHelper : NSObject<NSAlertDelegate> {
|
| @private
|
| - scoped_nsobject<NSAlert> alert_;
|
| + base::scoped_nsobject<NSAlert> alert_;
|
| NSTextField* textField_; // WEAK; owned by alert_
|
|
|
| // Copies of the fields in ShellJavaScriptDialog because they're private.
|
|
|