| Index: chrome/browser/cookie_modal_dialog.cc | 
| =================================================================== | 
| --- chrome/browser/cookie_modal_dialog.cc	(revision 38820) | 
| +++ chrome/browser/cookie_modal_dialog.cc	(working copy) | 
| @@ -10,11 +10,11 @@ | 
|  | 
| CookiePromptModalDialog::CookiePromptModalDialog( | 
| TabContents* tab_contents, | 
| -    const std::string& host, | 
| +    const GURL& url, | 
| const std::string& cookie_line, | 
| CookiePromptModalDialogDelegate* delegate) | 
| : AppModalDialog(tab_contents, std::wstring()), | 
| -      host_(host), | 
| +      url_(url), | 
| cookie_line_(cookie_line), | 
| cookie_ui_(true), | 
| delegate_(delegate) { | 
|  |