| Index: chrome/browser/ui/cocoa/profiles/profile_signin_confirmation_dialog_cocoa.mm | 
| diff --git a/chrome/browser/ui/cocoa/profiles/profile_signin_confirmation_dialog_cocoa.mm b/chrome/browser/ui/cocoa/profiles/profile_signin_confirmation_dialog_cocoa.mm | 
| index a46b4ebea48574e68216ba6bd7f40219a2b26740..c58ba64e4bab90f3b8430bfec09d75d8aeef95b8 100644 | 
| --- a/chrome/browser/ui/cocoa/profiles/profile_signin_confirmation_dialog_cocoa.mm | 
| +++ b/chrome/browser/ui/cocoa/profiles/profile_signin_confirmation_dialog_cocoa.mm | 
| @@ -59,7 +59,7 @@ ProfileSigninConfirmationDialogCocoa::ProfileSigninConfirmationDialogCocoa( | 
| [[window contentView] addSubview:[controller_ view]]; | 
| base::scoped_nsobject<CustomConstrainedWindowSheet> sheet( | 
| [[CustomConstrainedWindowSheet alloc] initWithCustomWindow:window]); | 
| -  window_.reset(new ConstrainedWindowMac(this, web_contents, sheet)); | 
| +  window_.reset(CreateAndShowWebModalDialogMac(this, web_contents, sheet)); | 
| } | 
|  | 
| ProfileSigninConfirmationDialogCocoa::~ProfileSigninConfirmationDialogCocoa() { | 
|  |