| Index: chrome/browser/message_box_handler.h | 
| =================================================================== | 
| --- chrome/browser/message_box_handler.h	(revision 38820) | 
| +++ chrome/browser/message_box_handler.h	(working copy) | 
| @@ -45,7 +45,7 @@ | 
| // user to accept or reject the cookie. The caller should pass |delegate| | 
| // that will handle the reply from the dialog. | 
| void RunCookiePrompt(TabContents* tab_contents, | 
| -                     const std::string& host, | 
| +                     const GURL& url, | 
| const std::string& cookie_line, | 
| CookiePromptModalDialogDelegate* delegate); | 
|  | 
|  |