| Index: chrome/browser/web_contents.cc | 
| diff --git a/chrome/browser/web_contents.cc b/chrome/browser/web_contents.cc | 
| index 90f6491d1e0b9a2c9eab0bd66388ac9ff8f4e2a5..0c93ae692559abe2f9ed7371487911ecc8999b04 100644 | 
| --- a/chrome/browser/web_contents.cc | 
| +++ b/chrome/browser/web_contents.cc | 
| @@ -178,7 +178,7 @@ WebContents::WebContents(Profile* profile, | 
| SiteInstance* site_instance, | 
| RenderViewHostFactory* render_view_factory, | 
| int routing_id, | 
| -                         HANDLE modal_dialog_event) | 
| +                         base::WaitableEvent* modal_dialog_event) | 
| : TabContents(TAB_CONTENTS_WEB), | 
| view_(new WebContentsViewWin(this)), | 
| ALLOW_THIS_IN_INITIALIZER_LIST( | 
|  |