| Index: chrome/browser/ui/cocoa/autofill/autofill_dialog_cocoa.mm
|
| diff --git a/chrome/browser/ui/cocoa/autofill/autofill_dialog_cocoa.mm b/chrome/browser/ui/cocoa/autofill/autofill_dialog_cocoa.mm
|
| index 6f4f3d7d6bbf7599360919f13821bbf55585e3d9..da681f11a55ba3447553bffc1a192ec03bad5ad7 100644
|
| --- a/chrome/browser/ui/cocoa/autofill/autofill_dialog_cocoa.mm
|
| +++ b/chrome/browser/ui/cocoa/autofill/autofill_dialog_cocoa.mm
|
| @@ -37,7 +37,7 @@ void AutofillDialogCocoa::Show() {
|
| DCHECK(!sheet_delegate_.get());
|
| sheet_delegate_.reset([[AutofillDialogWindowController alloc]
|
| initWithWebContents:delegate_->GetWebContents()
|
| - autofillDialog:this]);
|
| + dialog:this]);
|
| base::scoped_nsobject<CustomConstrainedWindowSheet> sheet(
|
| [[CustomConstrainedWindowSheet alloc]
|
| initWithCustomWindow:[sheet_delegate_ window]]);
|
|
|