| Index: chrome/browser/message_box_handler.cc | 
| =================================================================== | 
| --- chrome/browser/message_box_handler.cc	(revision 38820) | 
| +++ chrome/browser/message_box_handler.cc	(working copy) | 
| @@ -60,11 +60,11 @@ | 
|  | 
| #if defined(OS_WIN) | 
| void RunCookiePrompt(TabContents* tab_contents, | 
| -                     const std::string& host, | 
| +                     const GURL& url, | 
| const std::string& cookie_line, | 
| CookiePromptModalDialogDelegate* delegate) { | 
| Singleton<AppModalDialogQueue>()->AddDialog( | 
| -      new CookiePromptModalDialog(tab_contents, host, cookie_line, delegate)); | 
| +      new CookiePromptModalDialog(tab_contents, url, cookie_line, delegate)); | 
| } | 
|  | 
|  | 
|  |